> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinemation.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# ✨Resources

> In this section you will learn what animations and models are used in the demo.

## Unity Package

To install demo content directly into your project, simply go to Tools/KINEMATION and download the additional content for FPS Animation Framework:

<Frame caption={"How to download demo content."}>
  <img src="https://mintcdn.com/kinemation/IMbHDDWE_rjJU7jO/images/scriptable-animation-system/77afdb7af8ca21282de7.png?fit=max&auto=format&n=IMbHDDWE_rjJU7jO&q=85&s=7f29e240d20c11aa69a801793e12fd3f" alt="" width={563} data-path="images/scriptable-animation-system/77afdb7af8ca21282de7.png" />
</Frame>

## Standalone project

Alternatively, you get pull the latest demo version via GitHub:

<Frame caption={"Demo project repository."}>
  <img src="https://mintcdn.com/kinemation/IMbHDDWE_rjJU7jO/images/scriptable-animation-system/3a308f44abebbb794d1d.png?fit=max&auto=format&n=IMbHDDWE_rjJU7jO&q=85&s=e3acccdcfd6a3ed8bb5e8ddb396742a4" alt="Logo" width={512} data-path="images/scriptable-animation-system/3a308f44abebbb794d1d.png" />
</Frame>

<Warning>
  **Note:** the demo has dependencies on the **URP** and **Unity Input System** packages. Once you have imported the project, make sure to:

  * Import the framework and input system packages.

  * Rebuild the lighting
</Warning>

The demo project has a very simple structure:

<img src="https://mintcdn.com/kinemation/IMbHDDWE_rjJU7jO/images/scriptable-animation-system/613b9ba59bd4180a593b.png?fit=max&auto=format&n=IMbHDDWE_rjJU7jO&q=85&s=6f1650587512f644e3dada8ea35acf9f" alt="" width={297} data-path="images/scriptable-animation-system/613b9ba59bd4180a593b.png" />

* **Demo** folder contains the actual demo settings and scripts used with the FPS Animation Framework. You can find here prefabs, weapon examples, Animator Profiles.

* **KINEMATION** folder contains the actual asset, you need to add it using Package Manager.

* **Level** directory contains lighting settings and the level itself.

* **Tutorials** folder includes all the materials used in our video tutorials.
