#add system on Update but after State
5 messages · Page 1 of 1 (latest)
state transition schedules are run after preupdate. https://docs.rs/bevy/latest/bevy/prelude/struct.StateTransition.html
Runs state transitions.
oh, actually what I needed was run_if(state), but it didn't work out
what I'm trying to do is I want to integrate bevy skybox example to bevy_asset_loader, and I could not figure out when to insert resource