-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Description
What problem does this solve or what need does it fill?
#8964 added time scaling and the current on_timer
now 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>
.
stan4cb
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