# Samples

Samples must be installed from the Samples tab in the Package Manager. Open the package manager, select - **In Project** - choose TileWorldCreator and click on **Samples**.

## Cliff Island

A nice presentation of the cliff island tiles using the cellular automata for the island generation.

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

## Stylized Island

This sample has two scenes where in the auto run scene, the island gets build at runtime using a custom script. Each layer gets build based on empty game objects in the scene which define the position. To run this scene with animations, please make sure to install the excellent PrimeTween (free) from the AssetStore.

<div align="left"><figure><img src="/files/Lrcy64HxY6npgVV34ZQV" alt=""><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/rEJmqCF0ZbocGANR7NkG" alt=""><figcaption><p>Each wire cube represents a grid cell position which gets added to a blueprint layer at runtime</p></figcaption></figure></div>

## Deep Rock Crystals

This is a simple game where you can walk around, destroy tiles and collect crystals. This sample is also a nice demonstration of how you can modify tiles at runtime.

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

## Runtime Editor

This sample scene effectively demonstrates how to perform runtime map modifications, apply presets, and handle saving and loading.

<div align="left"><figure><img src="/files/9FdYnxlf4OLFMAlSh2ru" alt=""><figcaption></figcaption></figure></div>

## 2.5D Island

This sample uses the 2.5D tileset, which relies on a custom shader with a mask texture. The mask texture determines which texture to display based on the mask’s red, green, and blue channels. You can easily swap out these textures or create your own custom mask texture.

<div align="left"><figure><img src="/files/gw7pgGUJnlryKqDOwGmW" alt=""><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/yoYbLJ9x0z3c68rS2d5h" alt=""><figcaption><p>Custom Mask Textures for 2.5D Tiles</p></figcaption></figure></div>

## Pathfinding

<div align="left"><figure><img src="/files/nfVC7fjDcKg2fZQHy1wL" alt=""><figcaption></figcaption></figure></div>

## Mix Tilesets

<div align="left"><figure><img src="/files/OLcxJsyhnrtscBuqhbEq" alt=""><figcaption></figcaption></figure></div>

## Ramps

<div align="left"><figure><img src="/files/SAULkWgHCwkFbHl6l704" alt=""><figcaption></figcaption></figure></div>


---

# 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/samples.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.
