Tiled Board Background
The Attic Level
$10.00
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
03/19(2018) |
10.0 |
11/08(2024) |
10.0 |
Jump AssetStore
This asset masters the art of creating tiled backgrounds using simple code. It’s suitable for board games (for example match 3 games), vertical- and horizontal side scrolling games and wherever you need a flexible background based on tilesets.
Web Demo: Tiled Background
Web Demo: Endless Tiles
This system supports two types of tilesets:
- Simple tilesets contain 4x4 tiles and provide only the base orientation of every tile type.
- Complex tilesets contain 8x6 tiles and provide a separate tile for every possible tile type. This is useful if your tileset contains shading effects or if you want to achieve an isometric-like look.
Features:
- Tile grid shader and mesh prefab.
- Efficient, clean and commented source code. Logic based on fast bit operations.
- Support for simple and complex tilesets.
- Two example scenes (same as the web demos) and five tilesets.
- Five blend-files demonstrating how to create tilesets using Blender.
- Java command line tool (with source code) for combining single tile images into one large tileset image.