#How do I run a system in a schedule in a specific set?
5 messages · Page 1 of 1 (latest)
5 messages · Page 1 of 1 (latest)
I have a system that I want to run in the CoreSchedule::FixedUpdate but I only want it to run during the OnUpdate system set of my game state. I've tried just putting it in the schedule after specifying the system set but this just panics the application because it's obviously not running in the correct OnUpdate system set