Module 3 Challenge
Tutorial
·
intermediate
·
+0XP
·
30 mins
·
(38)
Unity Technologies

This module focuses on setting up advanced camera controls using Unity’s Cinemachine package. Learners will configure virtual cameras to follow and orbit GameObjects, providing smooth and dynamic perspectives for gameplay.
By the end of this module, learners will be able to:
- Add and configure the Cinemachine Brain component to the main camera.
- Set up a Cinemachine Virtual Camera to follow a specific GameObject.
- Implement a Cinemachine Free Look Camera to orbit objects and integrate with the Input System.
1. Challenge
Challenge
Estimated Time: 30 minutes
In this challenge, adjust the parameters of the Cinemachine FreeLook Camera to your liking.
Challenge Steps
- Set up a Cinemachine virtual camera and a Cinemachine FreeLook Camera.
- In the virtual camera, experiment with the follow offset property in the body section and the tracked object offset property in the aim section.
- In the FreeLook Camera, configure the Top, Middle, and Bottom rig offset heights and radiuses to your liking. Experiment with the max speed in the Y and X axis control sections to find something that feels best to you.
2. Bonus Challenge
Bonus Challenge
- In either the Virtual Camera or FreeLook Camera, select the Basic Multi Channel Perlin component from the Noise dropdown.
- Select a Noise Profile from the dropdown menu and press the play button.
- Experiment with the Amplitude Gain and Frequency Gain settings to see how those values affect the noise motion of the camera.
- Try other Noise Profile options to see how they affect the camera’s motion.