> For the complete documentation index, see [llms.txt](https://infinitypbr.gitbook.io/magic-pig-games/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://infinitypbr.gitbook.io/magic-pig-games/juicy-actions/quick-start-and-demos/third-person-game-tutorial.md).

# Third Person Game Tutorial

{% hint style="info" %}
The tutorials were first made during development. The UX is improved, and may be slightly different in some cases, but should be similar enough. The video and written UX may differ.
{% endhint %}

In this series, we'll be adding <mark style="color:yellow;">**Juicy Actions**</mark> to a game prototype. The entire project is available on the Asset Store, and uses popular packages from Unity Technologies as the base.

<figure><img src="/files/vQNqJmVX0Q5Z9r1juTHX" alt=""><figcaption></figcaption></figure>

## Installation & Setup

Install <mark style="color:yellow;">**Juicy Actions**</mark> into a NEW project. I'm using Unity 6.3 in the video. Also import two packages from the Asset Store, both of which are by Unity Technologies. There are modifications of the prefabs inside the demo project, so you'll need both of these installed.

* [Starter Assets - ThirdPerson](https://assetstore.unity.com/packages/essentials/starter-assets-thirdperson-updates-in-new-charactercontroller-pa-196526) from the Asset Store (it's free)
* [Particle Pack](https://assetstore.unity.com/packages/vfx/particles/particle-pack-127325?aid=1100lxWw\&pubref=jadocs) from the Asset Store (also free)

Import from the Package Manager:

* Cinemachine 3 from Package Manager
* Post Processing
* There may be other packages to import as well, when installing the Starter Assets.

Extract the `3rdPersonDemoGameStart.unitypackage` which will bring in all the required objects. This will include modified materials, prefabs, scenes, and new content used in the modified "Playground" scene. The scene is also set up with some scripts.

Load the "Playground - Modified" scene. Press play and move around to get familiar with the scene.

## Chapters

The full tutorial is broken down into multiple shorter segments, which should be completed in order.

{% hint style="info" %}
I admit, the first chapter is pretty boring because it starts with all the installation. It gets much more fun once everything is installed!
{% endhint %}

{% content-ref url="/pages/wBW4svmxY1ICmZioKhU1" %}
[1. Using Juicy Actions Clock](/magic-pig-games/juicy-actions/quick-start-and-demos/third-person-game-tutorial/1.-using-juicy-actions-clock.md)
{% endcontent-ref %}

{% content-ref url="/pages/j7dxRzjMbcVF8SYhXxJr" %}
[2. Start Button Juice](/magic-pig-games/juicy-actions/quick-start-and-demos/third-person-game-tutorial/2.-start-button-juice.md)
{% endcontent-ref %}

{% content-ref url="/pages/8ujk8xOoPhtU3xcIZ1cR" %}
[3. Juicy Player Speed](/magic-pig-games/juicy-actions/quick-start-and-demos/third-person-game-tutorial/3.-juicy-player-speed.md)
{% endcontent-ref %}

{% content-ref url="/pages/pV7xi4w6LIwHdYChw9FX" %}
[4. Hitting Bricks](/magic-pig-games/juicy-actions/quick-start-and-demos/third-person-game-tutorial/4.-hitting-bricks.md)
{% endcontent-ref %}

{% content-ref url="/pages/CzbHSl5qC6bVnlEubwJI" %}
[5. Bad Guy Interactions](/magic-pig-games/juicy-actions/quick-start-and-demos/third-person-game-tutorial/5.-bad-guy-interactions.md)
{% endcontent-ref %}
