we are using while loops for repating same task in all frames(while(1) ... wait(1)) in Unity, there are functions that are automatically called every frame, so you are already writing the inside of the while.


3333333333