> ## 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.

# Install CAS Demo Content, Assets, and Sample Scenes

> Download and import the free Character Animation System demo content, animation clips, and URP/HDRP sample scenes into your Unity project.

Before setting up your own character, it is highly recommended to install the CAS demo content. The demo gives you a ready-made character, animations, Animator Controllers, and a complete player prefab to learn from — and the quickstart guide uses these assets throughout.

## Install the Demo Content

<Steps>
  <Step title="Open the KINEMATION hub">
    In the Unity menu bar, go to **Tools → KINEMATION**. This opens the Kinemation content hub window.
  </Step>

  <Step title="Select CAS Demo">
    In the hub, find and select **CAS Demo** from the list of available content packages.
  </Step>

  <Step title="Download and import">
    Click **Download and Import**. Unity downloads the package in the background. When the download finishes, Unity displays the standard import dialog.

    Click **Import All** to bring in everything at once, or deselect individual items if you want to import only specific assets.
  </Step>
</Steps>

<Tip>
  If you already have some CAS demo assets in your project from a previous version, Unity will highlight conflicting files in the import dialog. Review them before clicking Import to avoid overwriting customised assets.
</Tip>

## Install a Demo Scene

The demo content also includes pre-configured scenes that demonstrate the full CAS feature set in context — locomotion blending, procedural foot IK, weapon overlays, and Motion Warping climbing. Separate scene packages are provided for URP and HDRP.

<Steps>
  <Step title="Open the KINEMATION hub again">
    Go to **Tools → KINEMATION** if the hub is not already open.
  </Step>

  <Step title="Select Demo Scene">
    Choose **Demo Scene** in the hub.
  </Step>

  <Step title="Pick your render pipeline">
    Select either **URP** or **HDRP** to match your project's render pipeline.
  </Step>

  <Step title="Download">
    Click **Download**. The scene and its supporting assets import into your project automatically.
  </Step>
</Steps>

<Note>
  Demo scenes are available for **URP and HDRP only**. The Built-in Render Pipeline is not supported for the demo scene, though CAS itself works with any render pipeline.
</Note>

Once the scene is imported, open it from the Project window and press Play to see a fully configured CAS character in action. Use this as a reference while following the rest of the quickstart guide.
