Posts by Renan Peris • 1 point
1 post
-
0
votes1
answer48
viewsA: Unity timer with scenemanager
Just make the timer you don’t want to re-set a Static public static float timer = 30; It will no longer appear in the inspector at Unity, but it will work as you ask. When you want to reset it, just…