Unity C# Tutorial: Iteration: Making your code run multiple times


With arrays and lists we saw how we can easily store groups of data. With the addition of loops we can then perform an action on everything in that list or array easily allowing us to write much less code.

Find the code here: https://github.com/GameDevEducation/DevEssential_Loops