Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UnscaledTime

Animator updates independently of Time.timeScale, maintaining real-time animation progression.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Field
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AnimationModule
UnscaledTime = 2

Remarks

This mode is beneficial when animations should continue unaffected by global time scale adjustments, such as when animating UI elements or background effects when the game is paused or slowed down. It guarantees consistent playback speed irrespective of time scale changes, enhancing player experience during time manipulation scenarios.