-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Add Real/unscaled time timer run condition #10177
Copy link
Copy link
Closed
Labels
A-ECSEntities, components, systems, and eventsEntities, components, systems, and eventsA-TimeInvolves time keeping and reportingInvolves time keeping and reportingC-UsabilityA targeted quality-of-life change that makes Bevy easier to useA targeted quality-of-life change that makes Bevy easier to use
Metadata
Metadata
Assignees
Labels
A-ECSEntities, components, systems, and eventsEntities, components, systems, and eventsA-TimeInvolves time keeping and reportingInvolves time keeping and reportingC-UsabilityA targeted quality-of-life change that makes Bevy easier to useA targeted quality-of-life change that makes Bevy easier to use
What problem does this solve or what need does it fill?
#8964 added time scaling and the current
on_timernow scales with that which is as expected, but it would be nice to have an unscaled alternative.What solution would you like?
Add a new timer run condition that uses real/unscaled time.
What alternative(s) have you considered?
Make the current run condition generic over the type of
Time<T>.