This version of Unity is unsupported.

Time.fixedUnscaledTime

public static float fixedUnscaledTime;

Description

The timeScale-independent time at the beginning of the last MonoBehaviour.FixedUpdate phase (Read Only). This is the time in seconds since the start of the game.

This value is updated in fixed increments equal to Time.fixedUnscaledDeltaTime.

Unlike Time.fixedTime this value is not affected by Time.timeScale.