This version of Unity is unsupported.

Time.fixedTime

public static float fixedTime;

Description

The time since the last FixedUpdate started (Read Only). This is the time in seconds since the start of the game.

This value is updated in fixed increments equal to Time.fixedDeltaTime.