# Tiles preset

### Tiles preset

[![tilesPreset](https://github.com/doorfortyfour/TileWorldCreator/raw/master/docs/img/tilesPreset.png)](https://github.com/doorfortyfour/TileWorldCreator/blob/master/docs/img/tilesPreset.png)\
Tiles are stored in a separate asset file (scriptable object). This has the advantage of being able to reuse tile presets in different TileWorldCreator assets. Depending on what kind of tiles you want to use (4-Tiles or 6-Tiles) you will have to create the appropriate tile-preset type.

* `Rotation offset` Depending on how your tiles have been created in your 3D software, you will have to add a rotation offset.
* `Scaling offset` Add a scaling offset to a single tile. Often used when changing the cell size (!=1)

#### Create a Tiles Preset

1. Right click in the project view and select `Create / TileWorldCreator / New 3D 4-Tiles preset` or `New 3D 6-Tiles preset`
2. Assign your tiles based on their type

**4-Tiles**

* [![edgeTile](https://github.com/doorfortyfour/TileWorldCreator/raw/master/docs/img/edgeTile.png)](https://github.com/doorfortyfour/TileWorldCreator/blob/master/docs/img/edgeTile.png) `Edge`
* [![exteriorCornerTile](https://github.com/doorfortyfour/TileWorldCreator/raw/master/docs/img/exteriorCornerTile.png)](https://github.com/doorfortyfour/TileWorldCreator/blob/master/docs/img/exteriorCornerTile.png) `Exterior Corner`
* [![interiorCornerTile](https://github.com/doorfortyfour/TileWorldCreator/raw/master/docs/img/interiorCornerTile.png)](https://github.com/doorfortyfour/TileWorldCreator/blob/master/docs/img/interiorCornerTile.png) `Interior Corner`
* [![fillTile](https://github.com/doorfortyfour/TileWorldCreator/raw/master/docs/img/fillTile.png)](https://github.com/doorfortyfour/TileWorldCreator/blob/master/docs/img/fillTile.png) `Fill`

**6-Tiles**

* [![singleTile](https://github.com/doorfortyfour/TileWorldCreator/raw/master/docs/img/singleTile.png)](https://github.com/doorfortyfour/TileWorldCreator/blob/master/docs/img/singleTile.png) `Single`
* [![straightTile](https://github.com/doorfortyfour/TileWorldCreator/raw/master/docs/img/straightTile.png)](https://github.com/doorfortyfour/TileWorldCreator/blob/master/docs/img/straightTile.png) `Straight`
* [![cornerTile](https://github.com/doorfortyfour/TileWorldCreator/raw/master/docs/img/cornerTile.png)](https://github.com/doorfortyfour/TileWorldCreator/blob/master/docs/img/cornerTile.png) `Corner`
* [![threeWay](https://github.com/doorfortyfour/TileWorldCreator/raw/master/docs/img/threeWayTile.png)](https://github.com/doorfortyfour/TileWorldCreator/blob/master/docs/img/threeWayTile.png) `Three way`
* [![fourWay](https://github.com/doorfortyfour/TileWorldCreator/raw/master/docs/img/fourWayTile.png)](https://github.com/doorfortyfour/TileWorldCreator/blob/master/docs/img/fourWayTile.png) `Four way`
* [![deadEndTile](https://github.com/doorfortyfour/TileWorldCreator/raw/master/docs/img/deadEndTile.png)](https://github.com/doorfortyfour/TileWorldCreator/blob/master/docs/img/deadEndTile.png) `Dead end`


---

# 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/tiles-preset.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.
