public static float unscaledTime ;

Descripción

The timeScale-independant time for this frame (Read Only). This is the time in seconds since the start of the game.

When called from inside MonoBehaviour's FixedUpdate, returns the unscaled fixed time.

Retorna el mismo valor si se llama varias veces en un solo frame. A diferencia de time este valor no es afectado por timeScale.