StarArawn / bevy_tiled

A plugin for rendering tiled maps.
MIT License
151 stars 40 forks source link

allow specifying which stage process_loaded_tile_maps runs in #38

Open dmtaub opened 3 years ago

dmtaub commented 3 years ago

currently by default always runs in update. bevy system ordering can be challenging (https://github.com/bevyengine/bevy/issues/1466)

possible workarounds include:

one day, solutions might include : https://github.com/bevyengine/bevy/issues/1613