This version of Unity is unsupported.

Time.fixedUnscaledDeltaTime

public static float fixedUnscaledDeltaTime;

Description

The timeScale-independent interval in seconds from the last MonoBehaviour.FixedUpdate phase to the current one (Read Only).

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