> For the complete documentation index, see [llms.txt](https://docs.rawrshak.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rawrshak.io/developers/game-engines/unity-game-engine/unity-tools.md).

# Unity Tools

Rawrshak provides Unity game engine tools to make packaging assets for the Asset Framework easy for game developers and content creators. The following is a list of tools in the Rawrshak Unity Tools asset package:

### Asset Bundle Creator tool

The Asset Bundle Creator tool is a Unity Editor window that contains tools for building and packaging asset bundles. The Asset Bundle Creator compiles and builds asset bundles for the supported platforms (Windows, iOS, Android, and WebGL). It gives the user the ability to view the information specific to the compiled asset bundle which will be used to create the asset NFT metadata.

In the future, we hope to upload the asset bundle directly to decentralized storage and then deploy the asset directly from this tool without having to go through the developer dapp.

### Static 3D Object Verifier&#x20;

The Static 3D Object Verifier helps the asset creator verify that the asset prefab they are deploying follows the asset framework. The verifier is attached to a bounding box of the target shape. The bounding box will turn red if the asset doesn't fit inside.&#x20;

## Latest Release

To find the latest Unity Tools release, download it below:

{% embed url="<https://github.com/Rawrshak/Unity-Tools/releases>" %}
Latest Rawrshak Unity Tools asset package
{% endembed %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.rawrshak.io/developers/game-engines/unity-game-engine/unity-tools.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
