Understanding the how the game loop operates is crucial to writing effective code in Unity. Here we explore several visualizations of the game loop, as well as a slowed-down dissection of how code elements in the Update() method produce the appearance of motion/change frame-by-frame.