#how to pass data from one system to another
1 messages · Page 1 of 1 (latest)
ECS systems communicate through the entity components. So it' apparent that system A should modify some component on some entities. Then system B should read those changes by querying the components. Just a normal procedure in ECS.