Beginner Scripting : Loops

 Looping in unity is surprisingly exactly what the word means , it is simply just code for repeating actions, it s amazing to see how many loop possibility's there are , i would have just thought there was only the one but nope, there if forloop, whileloop, dowhileloop. A for loop for example is used whenever you need to repeat a certain amount of loops.

Image from loop video.


Comments

Popular Posts