public static float unscaledTime ;

설명

The timeScale-independant time for this frame (Read Only). This is the time in seconds since the start of the game.

When called from inside MonoBehaviour's FixedUpdate, returns the unscaled fixed time.

Returns the same value if called multiple times in a single frame. Unlike time this value is not affected by timeScale.