Version: 2021.1
언어: 한국어

Time.fixedDeltaTime

매뉴얼로 전환
public static float fixedDeltaTime ;

설명

The interval in seconds at which physics and other fixed frame rate updates (like MonoBehaviour's FixedUpdate) are performed.

Unity does not adjust fixedDeltaTime based on Time.timeScale. The fixedDeltaTime interval is always relative to the in-game time which Time.timeScale affects.