Queries compiled with QueryBuilder.Unique() don't pick up new Archetypes as they are created.
This "functionality" is actually planned for the upcoming QueryBuilder.Frozen() / QueryBuilder.Strict()... 😅
Something in the new "create an uncached query for me to safely twiddle space with" method results in that query not correctly matching entities spawned into new Archetypes after the fact!
(mostly a mental note)
What:
Queries compiled with
QueryBuilder.Unique()
don't pick up new Archetypes as they are created.This "functionality" is actually planned for the upcoming
QueryBuilder.Frozen()
/QueryBuilder.Strict()
... 😅Something in the new "create an uncached query for me to safely twiddle space with" method results in that query not correctly matching entities spawned into new Archetypes after the fact!