Pierre Angelo

Generation

generate functionWed, 05 Apr 2023

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

void Start() { timer = Time.time; } void OnGUI() { GUILayout.Label("Elapsed time " + (Time.time - timer)); }

Questions about programming?Chat with your personal AI assistant