# Overview

## Content

All the assets' contents, such as animations, meshes, sounds, and prefabs can be found in <mark style="background-color:purple;">**KINEMATION → FPSAnimationPack**</mark>:

<figure><img src="https://2885832619-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTutPE4k64wSsZ71G3Yf0%2Fuploads%2FLvBCsf4EDHLjaVO0azKw%2Fimage.png?alt=media&#x26;token=68a48933-4f36-458e-ae96-51439b17eaf1" alt="" width="280"><figcaption><p>Pack content.</p></figcaption></figure>

Let's break down each directory now.

## Animations

This directory contains camera, character, weapon override controllers, and source models. It also includes procedural recoil settings for each weapon.

<figure><img src="https://2885832619-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTutPE4k64wSsZ71G3Yf0%2Fuploads%2FwvLf7GbWmEfTxWqJw4zU%2Fimage.png?alt=media&#x26;token=05a96633-8dd1-4b73-9733-4d2a4436d011" alt="" width="378"><figcaption><p>AK animations folder example.</p></figcaption></figure>

## Animator Controllers

This directory contains the main animator controllers used to animate characters and weapons. You can find here default animation clips - they are empty and are only used to be overridden by custom animation data.

## Camera Shakes

Here you can find settings for different recoil shakes, used to animate the camera when firing.

## Character

In this directory, you can find character models, textures, and materials.

## Masks

This folder contains Avatar Masks, used in the animation system.

## Prefabs

Here you can find prefabs for all weapons, characters, and UI.&#x20;

## Render Pipeline Upgrades

This directory contains unity packages that can upgrade materials to a desired render pipeline. All materials are URP by default.

## Scripts

This folder contains gameplay code. All components used in the package are located here.

## Settings

Here you can find character and weapon settings, as well as procedural motions (used for aiming and fire mode switching animations).

## SFX

This folder contains all sound effects used in the package.
