Time.fixedUnscaledDeltaTime

Switch to Manual
public static float fixedUnscaledDeltaTime ;

Description

从上一个固定帧到当前固定帧的独立于 timeScale 的时间间隔(以秒为单位)(只读)。

For reading the unscaled delta time it is recommended to use Time.unscaledDeltaTime instead because it automatically returns the right unscaled delta time if you are inside a FixedUpdate function or Update function.

fixedDeltaTime 不同,该值不受 timeScale 的影响。