Hello, I am trying to learn ECS,
I have first scene that spawn a sprite and a second one where I added a ComponentSystem to move the sprite
but now my first scene sprite also move. ![]()
The scripts have a different namespace, what can I do to prevent that ?
*Edit: So I found a solution by adding a custom IComponentData to my second scene Entity but now I am curious to know if it is a proper way to do that ?