Timer and Animations

All widgets and components with animations have the option UnscaledTime. The animation will be run with Time.unscaledTime if the corresponding option is enabled.

You can also specify your timer instead of the default one. To do this, you need to create a type with the implementation of the ITime interface and set it as WidgetsTime.Instance: