how to create a simple time counter that count the time played in the scene
Time.time. It’s right there in the API.
Otherwise, have a float value, and increase it by Time.deltaTime every Update loop.
how to create a simple time counter that count the time played in the scene
Time.time. It’s right there in the API.
Otherwise, have a float value, and increase it by Time.deltaTime every Update loop.