In this lesson we add a visual enhancement, panning and zooming the camera when PowerUp is engaged. We also look at using the LateUpdate() method to handle camera tracking of GameObjects, which resolves certain script execution order issues that could arise if LateUpdate() isn’t used.