This version of Unity is unsupported.

Time.unscaledDeltaTime

public static float unscaledDeltaTime;

Description

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

When called from inside MonoBehaviour's FixedUpdate, it returns the unscaled fixed framerate delta time.

Unlike deltaTime this value is not affected by timeScale.