allow specifying which stage process_loaded_tile_maps runs in
Opened this issue · 0 comments
dmtaub commented
currently by default always runs in update. bevy system ordering can be challenging (bevyengine/bevy#1466)
possible workarounds include:
- using a resource to specify stage
- providing documentation for how to specify when loading happens
- better API for commands.spawn that doesn't happen automatically
one day, solutions might include :
bevyengine/bevy#1613