# Custom tiles

When creating your own tiles for TileWorldCreator, you have to make sure that they meet the following requirements:

* You will need 4 tiles for a complete map (edge, exterior corner, interior corner, fill)
* They must be square in size x and z. The height doesn't matter. Best way would be to create your tiles with a size of 1 in x and z. Within TileWorldCreator you can scale the global map (cell) and the tiles later.
* The pivot must be centered
* If you want to create a "2D" map, you can also use the unity default quad object (GameObject -> 3D Object -> Quad). Then you only have to assign your textures to it.

[![requirements](https://github.com/doorfortyfour/TileWorldCreator/raw/master/docs/img/tilesrequirements.png)](https://github.com/doorfortyfour/TileWorldCreator/blob/master/docs/img/tilesrequirements.png)


---

# 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://giantgrey.gitbook.io/tileworldcreator-documentation/custom-tiles.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.
