Project Overview

Walkthrough of what's included in the project!

Once you have a copy of the project locally, open it using the Unity Hub.

The project was developed with Unity 2022.3.24f1, but should with with any version of Unity.

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:

Preview of the Prototype scene included with the project

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.

Last updated