sschmid / Entitas

Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
MIT License
7k stars 1.11k forks source link

Component Listener not working sometime #1052

Open BilkerRoger opened 1 year ago

BilkerRoger commented 1 year ago

I use IGamePointListener To change gameobject position, if I call create the Entity and add the PointComponent in IInitializeSystem's Initialize,It took effect immediately But if i call the same logic in ReactiveSystem's Execute,it's not working,then I change the value on inspector,it's working,Is this normal? I'm using extra logic to dispose,But it's so inelegant