Version: 2019.4
public static float fixedUnscaledTime ;

説明

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.