# Project Overview

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

{% hint style="info" %}
The project was developed with Unity 2022.3.24f1, but should with with any version of Unity.
{% endhint %}

The project is fairly simple, You can see a snapshot of the directory structure below:

<figure><img src="https://3789078210-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXHiLNmFSY3C0I9wHoIYF%2Fuploads%2FBI9KQJW2OT62itFdOhgv%2F2024-05-02%2015_54_24-simple-character-controller%20-%20Untitled%20-%20Windows%2C%20Mac%2C%20Linux%20-%20Unity%202022.3.24f1.png?alt=media&#x26;token=c04a8162-c8d1-4611-86e6-95f576929af8" alt=""><figcaption></figcaption></figure>

Navigate to 'Simple-Character-Controller/Scenes' and open the Prototype scene. You should see something like this:

<figure><img src="https://3789078210-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXHiLNmFSY3C0I9wHoIYF%2Fuploads%2FZ3bEmTLpledirpE5x9Zf%2F2024-05-02%2015_55_50-Settings.png?alt=media&#x26;token=d4561f3a-8be4-439d-b384-2c78ff7a9128" alt=""><figcaption><p>Preview of the Prototype scene included with the project</p></figcaption></figure>

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.&#x20;

Soldier is the main player character.&#x20;

We'll look into both in the next section.
