An open API service indexing awesome lists of open source software.

https://github.com/kfischer-okarin/unityscriptlab-tiles

Collection of Scripted Tiles.
https://github.com/kfischer-okarin/unityscriptlab-tiles

2d-game gamedev tilemap unity

Last synced: about 1 month ago
JSON representation

Collection of Scripted Tiles.

Awesome Lists containing this project

README

          

# UnityScriptLab - Tiles

Collection of Scripted Tiles.

## Terrain Auto Tile

Autotile using the format from RPG Maker VX and onwards.

### Tile Texture Structure

![Tile Structure](doc/terrain_autotile_example.png)

- a) Single Tile (Boundaries on all sides)
- b) Corners (Boundaries on each corner only)
- c) Group Pattern (Area of tiles)

### How To Use

1) Create Asset with "Create > Tiles > Terrain Autotile
2) Set a Base Texture with the structure above