The time this frame has started (Read Only). This is the time in seconds since the last level has been loaded.
JavaScripts
JavaScript
C#
Boo
// Sets the gui text to the time it took the player to complete the level function PlayerCompletedGame() { guiText.text = Time.timeSinceLevelLoad.ToString(); }