Richard Biely

Results 14 comments of Richard Biely

ecs::DependsOn is something that is meant for systems created via World::system (and is not implemented in the current master). If you use the undocumented BaseSystemManager systems, you need to override...

You can expect the support for ecs::DependsOn to land on master very soon. I only have to find time to test the feature properly and write unit tests for it.

I see. In that case you will have to wait a tiny bit until I push the support for ecs::DependsOn to master. Like I said, it should happen not too...

Yes, but there's yet another thing that needs to happen before that - support for hierarchies needs to be implemented for queries. This is the next thing that will happen...