Pierre Angelo

Generation

generate functionWed, 05 Apr 2023

¿Cómo mostrar por pantalla el tiempo transcurrido en unity?

void Update() { // Get the elapsed time float time = Time.time; // Print the elapsed time Debug.Log(time); }

Questions about programming?Chat with your personal AI assistant