Available Tile Presets

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

All custom tile shaders has been made with Shader Graph and URP.

More high quality TileWorldCreator compatible tile presets are separately available at the AssetStore.

All tile presets are available in the TileWorldCreator / Tiles URP 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.

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.

Material example for the 2.5D tile shader. Textures are being blend based on the assigned mask textures RGB channels.

Mask Texture for the 2.5D beach tiles

Grass Tiles

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

River Tiles

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

Base Block Tiles

Simple tiles which are being used for some sample scenes.

Variation with included water shader

Sand Block Tiles

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

Last updated