Add Real/unscaled time timer run condition #10177
Labels
A-ECS
Entities, components, systems, and events
A-Time
Involves time keeping and reporting
C-Usability
A 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_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>
.The text was updated successfully, but these errors were encountered: