Version: 2018.2
public static float fixedTime ;

説明

最新の FixedUpdate を開始した時間 (Read Only) 。これはゲーム開始からの時間(秒)です。

Fixed time is updated in regular intervals (equal to fixedDeltaTime) until time property is reached.