# Samples

## Importing

A few user samples are included with the package, here's how to import them:

**1)** [Access the Package Manager window](https://docs.unity3d.com/6000.3/Documentation/Manual/upm-ui-access.html)

**2)** Select the **ShakeFX** package, select the **Samples** tab, and click the **Import** button:

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

**3)** The samples are now imported into the project:

<figure><img src="/files/31CbO6hYKIz8NS77rx0T" alt="" width="563"><figcaption></figcaption></figure>

## Overview

### ShakeFX Basic

<figure><img src="/files/Fte2NrMn1ghO1cfjIBRW" alt="" width="563"><figcaption></figcaption></figure>

This sample showcases a variety of camera shakes.

Enter PlayMode and press the 1/2/3/4/5/6 keys on your keyboard to trigger the shakes.

### ShakeFX Cinemachine

<figure><img src="/files/KhHJ3EvCQB3LCkPgl43C" alt="" width="563"><figcaption></figcaption></figure>

This sample showcases the [Cinemachine Shake](/shakefx/shakes/cinemachine-shake.md) integration.

Enter PlayMode and press the 1 key on your keyboard to trigger the shake.

Use the mouse to orbit the camera using Cinemachine.

### ShakeFX Auto-Axis

<figure><img src="/files/L8TcQ8DncRiwCpGVWK2c" alt="" width="563"><figcaption></figcaption></figure>

This sample showcases the [Auto-Axis](/shakefx/core/auto-axis.md) feature.

Enter PlayMode and press the 1 key on your keyboard to trigger the shake.

The shake is attached to the white circle that moves around the screen. The camera recoils away from the circle when it receives the shake.

### ShakeFX Transform

<figure><img src="/files/CF6wX86DbN4UxCCcIHxJ" alt="" width="563"><figcaption></figcaption></figure>

This sample showcases a [Transform Shake](/shakefx/shakes/transform-shake.md) shake (position, rotation, and scale).

Enter PlayMode and press the 1 key on your keyboard to trigger the shake.

### ShakeFX Multi-Camera

<figure><img src="/files/HxKFTaulsHwWhsU17dzG" alt="" width="563"><figcaption></figcaption></figure>

This sample showcases the [Multi-Camera](/shakefx/core/multi-camera.md) feature.

Enter PlayMode and press the 1 key on your keyboard to trigger the shake on all four cameras.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://fx-engine.gitbook.io/shakefx/intro/samples.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
