Time.fixedUnscaledTime

public static float fixedUnscaledTime;

Description

The TimeScale-independant time the latest FixedUpdate has started (Read Only). This is the time in seconds since the start of the game.

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

Did you find this page useful? Please give it a rating: