Version: 2017.4
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.

ひとつのフレームで複数回呼び出す場合は同じ値を返します。time と異なり、この値は timeScale の影響を受けません。