#Custom schedules
5 messages · Page 1 of 1 (latest)
I guess timers would be the simple way to do it
(https://github.com/bevyengine/bevy/discussions/9197#discussioncomment-6489584)
Is there ever a need to make custom schedules when using default plugins?
wdym ?
If you mean there isn't any reason to want a system on a timer, than I would say something like rebaking a navigation mesh every second would be a valid use case
No I meant to make a custom schedule other than Startup, Update, PostUpdate, etc