> For the complete documentation index, see [llms.txt](https://docs.cainos.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cainos.net/pixel-art-top-down-basic/setup-guide.md).

# SETUP GUIDE

### Import

The asset is uploaded as a complete project to included some project settings. It is recommended to import it into an empty project first.

### Custom Sort Axis <a href="#custom-sort-axis" id="custom-sort-axis"></a>

The `Transparency Sort Mode` should be set to `Custom Axis` and `Transparency Sort Axis` to `(0,1,1)` at the Graphics settings.

<figure><img src="/files/69jEnKZ43Tf3FoBIIUiA" alt="" width="375"><figcaption></figcaption></figure>

### Color Space

It is recommended to use `Linear` color space with this asset.

You can find it in `Project Settings/Player/Other Settings`.

<img src="/files/LmZcArRCIJ3epD7qKPaK" alt="" width="375">

### Input System in Unity 6.1

For compatiblity, the default input method in this asset still uses the old input manager. And in Unity 6.1, the old input manager is no longer the default option.

If you encounter any error regarding the input system. Please change the `Active Input Handling`  in `Project Settings/Player` to `Both`

<figure><img src="/files/Nm0moIkJ7oQOsYl6HWAz" alt="" width="375"><figcaption></figcaption></figure>


---

# 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.cainos.net/pixel-art-top-down-basic/setup-guide.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.
