Pierre Angelo

Generation

generate functionWed, 05 Apr 2023

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

void Update() { float deltaTime = Time.deltaTime; Debug.Log(deltaTime); }

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