Time.unscaledDeltaTime

Switch to Manual
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, returns the unscaled fixed framerate delta time.

Unlike deltaTime this value is not affected by timeScale.