/// <summary> /// Sets up the camera so that it points at the player. /// </summary> void SetupCamera() { _camera.Initialize(_units[0].transform); }