#[IN-87936] System Group Executes Only Once Per Frame when Not Using...

1 messages · Page 1 of 1 (latest)

candid basin
#

IN-87936
System Group Executes Only Once Per Frame when Not Using SystemAPI.GetSingletonRW or EntityManager.SetComponentData

Expected result: Systems should trigger and log output 100 times for each system
Actual result: Systems run only once for each system

candid basin
#

@untold pebble Will this issue be addressed at next Entities release?

fast ridge
#

Hmm didn't you post this elsewhere at some point, swear I looked at it and it would have been a breaking and non desirable change

#

Or was this a different issue? But if I recall you were like looping systems in a group and setting data in the loop, and then expecting change filters to still run on this data, but changing this would break change filters by causing systems to self trigger

untold pebble
#

this is was recently looked at and people haven't decided for sure but the most likely thing is that it will be resolved as by design