Pierre Angelo

Generation

generate functionWed, 05 Apr 2023

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

void PrintTime() { float time = GameTime.GetTime(); Debug.Log("Time Elapsed: " + time); }

Want to kickstart your project?Use the new AI Studio to create your code