Version: 2019.2

Time.fixedUnscaledTime

Switch to Manual
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.