You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently queries are limited to single explicitly listed archetypes, but there should be an option to do querying like in a typical ECS: querying all kinds of entities with the specified components.
Problems:
Components are not type-unique, but path-unique; so how do we properly query components across multiple archetypes?
Now we need another derive macro for the World to have easy access to all archetypes when querying.
The text was updated successfully, but these errors were encountered:
Currently queries are limited to
singleexplicitly listed archetypes, but there should be an option to do querying like in a typical ECS: querying all kinds of entities with the specified components.Problems:
The text was updated successfully, but these errors were encountered: