Simon van der Weele
Simon van der Weele
Hi, I think I may have stumbled upon a bug. **With the value to set 'Cart' it shows 'Gear' in the drawer, this happens consistently throughout all other values** Cheers
Hi, In my project I'm using Services for more than just external communication. At the moment I've got a TargetingService and a SightService which both derive from ITargetingService and ISightService...
Hi, I'm wondering how you guys would approach adding Body Parts to an Entity. This is my current approach : ```` using btcp.ECS.Core.Services.Interfaces; using Entitas; using Entitas.Unity; using UnityEngine; namespace...