Version: 2022.2

Time.fixedUnscaledDeltaTime

切换到手册
public static float fixedUnscaledDeltaTime ;

描述

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.