> For the complete documentation index, see [llms.txt](https://docs.anyrpg.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.anyrpg.org/scriptable-objects/unit-type.md).

# Unit Type

## Creation

To create a unit type, find (or create) the *GameName/Resources/GameName/UnitType* folder in the project tab and right click.  Choose *Create > AnyRPG > UnitType*.

## Properties

| Name            | Description                                                                                                                                                                                                    |
| --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Capabilities    | A list of [Capabilities](/shared-properties/capabilities.md) the unit type have.                                                                                                                               |
| Primary Stats   | A list of [Primary Stat General Properties](/scriptable-objects/character-stat.md#general-properties), defining which primary stats the unit type will use and how they scale and provide secondary resources. |
| Power Resources | A list of [Power Resources](/scriptable-objects/power-resource.md) the unit type will use.                                                                                                                     |

## Next Steps

* Define a character's unit type in its [Unit Profile](/scriptable-objects/unit-profile.md).
