# Available Tile Presets

TileWorldCreator version 4 comes with ready to use tile presets. Custom shaders are included as well.

{% hint style="info" %}
All custom tile shaders has been made with Shader Graph and URP.&#x20;
{% endhint %}

{% hint style="info" %}
More high quality TileWorldCreator compatible tile presets are separately available at the AssetStore.
{% endhint %}

All tile presets are available in the <mark style="background-color:green;">TileWorldCreator / Tiles URP</mark> folder. Some tile presets do have more than 5 prefabs for variations. For example: Cliff Tiles has two edge tiles and two corner tiles.

## Cliff Tiles

This is an adapted version from the TileWorldCreator 3 cliff tiles.

<figure><img src="/files/jfHYd8KccZyh3nUqO55f" alt=""><figcaption></figcaption></figure>

## 2.5D Tiles

2.5 D tiles are simple plane meshes with a custom mask shader. The mask shader is a triplanar shader, you can assign up to three different textures for each mask color (R, G, B). An additional mask image is required. It is also possible to set a mask color to transparent, this will allow you to blend different tiles together. Check out the 2.5D Island sample to see how this would look like.

<figure><img src="/files/4xmnh99NQZOTGaWQlEJJ" alt=""><figcaption></figcaption></figure>

<div align="center"><figure><img src="/files/GqhQO1zlpWQAwdFsED9t" alt=""><figcaption><p>Material example for the 2.5D tile shader. Textures are being blend based on the assigned mask textures RGB channels.</p></figcaption></figure></div>

Mask Texture for the 2.5D beach tiles

<figure><img src="/files/yoYbLJ9x0z3c68rS2d5h" alt=""><figcaption></figcaption></figure>

## Grass Tiles

Grass tiles used in the Stylized Island demo scene. These tiles uses a custom triplanar toon shader.

<figure><img src="/files/fUxMdDT2mQe37ZIgnI4C" alt=""><figcaption></figcaption></figure>

## River Tiles

River tiles which blend with the grass tiles. Uses custom triplanar toon shader and custom water shader.

<figure><img src="/files/d4lJoqG6EKfzfYtFkSDh" alt=""><figcaption></figcaption></figure>

## Base Block Tiles

Simple tiles which are being used for some sample scenes.

<figure><img src="/files/jWeNZgSNoFRX0FUY8Z8n" alt=""><figcaption></figcaption></figure>

Variation with included water shader

<figure><img src="/files/yk9sCRgL8RnVlfUa499p" alt=""><figcaption></figcaption></figure>

## Sand Block Tiles

Sand block tiles which work nicely together with the grass tiles.

<figure><img src="/files/ZERLLYbZHDITyFczGvld" alt=""><figcaption></figcaption></figure>


---

# 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-v4-documentation/tile-preset/available-tile-presets.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.
