Open jarkonik opened 1 week ago
I was looking for a “system set” type thing that I could rely on and then I could just run my “I know the script is done” system after that. Would it be as simple as exposing the runtime schedule, and a system set and then I could run my system in that schedule and using after
?
That seems less flakey than me just running it in PostUpdate because that’s “the next schedule”.
Asked on Bevy Discord by user mgi388
It would be beneficial to have script execution scheduling be stable across library versions and documented. Could be facilitated by writing some execution scheduling tests and documenting the existing behavior in the documentation book.