# Unity For Airship

- [Quick Overview](https://docs.airship.gg/unity-for-airship/quick-overview.md): A brief breakdown of how Airship games are built
- [DataType Math](https://docs.airship.gg/unity-for-airship/datatype-math.md)
- [Random](https://docs.airship.gg/unity-for-airship/random.md)
- [Resources Folder](https://docs.airship.gg/unity-for-airship/resources-folder.md)
- [Physics Settings](https://docs.airship.gg/unity-for-airship/physics-settings.md)
- [Physics Layers](https://docs.airship.gg/unity-for-airship/physics-layers.md): How to work with Unity Game Object layers in Airship
- [Animation Events](https://docs.airship.gg/unity-for-airship/animation-events.md): Create and capture animation events to run functions in code when your animation hits a specific location.
- [User Input](https://docs.airship.gg/unity-for-airship/user-input.md)
- [Actions](https://docs.airship.gg/unity-for-airship/user-input/actions.md)
- [Keyboard](https://docs.airship.gg/unity-for-airship/user-input/keyboard.md)
- [Mouse](https://docs.airship.gg/unity-for-airship/user-input/mouse.md)
- [Easy Helper Utils](https://docs.airship.gg/unity-for-airship/easy-helper-utils.md): There are several components and scripts that can be helpful when creating your own games. Here is a general break down of several of them.
- [Material Color URP](https://docs.airship.gg/unity-for-airship/easy-helper-utils/material-color-urp.md): Set the color of a material
- [Easy Motion](https://docs.airship.gg/unity-for-airship/easy-helper-utils/easy-motion.md): A c# component that allows you to quickly animate a Transform. Works with linear motion or Sine motion.
- [Easy Grid Align](https://docs.airship.gg/unity-for-airship/easy-helper-utils/easy-grid-align.md): A c# component that allows you to quickly align multiple transforms in multiple axis.
- [Easy Look At](https://docs.airship.gg/unity-for-airship/easy-helper-utils/easy-look-at.md): A c# component that allows you to quickly aim a Transform at another Transform
- [Easy Shake](https://docs.airship.gg/unity-for-airship/easy-helper-utils/easy-shake.md): A c# component that shakes a transform.
- [Easy Destroy](https://docs.airship.gg/unity-for-airship/easy-helper-utils/easy-destroy.md): A c# component that destroys or disables the GameObject it is on


---

# 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://docs.airship.gg/unity-for-airship.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.
