Project Overview
Walkthrough of what's included in the project!
Last updated
Walkthrough of what's included in the project!
Last updated
Once you have a copy of the project locally, open it using the Unity Hub.
The project is fairly simple, You can see a snapshot of the directory structure below:
Navigate to 'Simple-Character-Controller/Scenes' and open the Prototype scene. You should see something like this:
The 2 main objects of interest in the scene are:
Soldier
GameplayCamera
GameplayCamera is a prefab that contains a Cinemachine freelook camera configured for the project.
Soldier is the main player character.
We'll look into both in the next section.