> For the complete documentation index, see [llms.txt](https://docs.airship.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.airship.gg/unity-for-airship.md).

# 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
