Version: Unity 6.7 Alpha (6000.7)
Language : English
Hexagonal tilemaps
Create an isometric tilemap

Isometric tilemaps

Create isometric tilemaps, which use a 2D grid to simulate a 3D environment and create the illusion of height and depth. Isometric tilemaps are often used in strategy games.

Topic Description
Create an isometric tilemap Import isometric sprites and add them to an isometric tile palette, then paint onto an isometric tilemap.
Add 3D height to an isometric tilemap Create 3D height on an isometric tilemap using either multiple tilemaps, or a Z as Y isometric tilemap.

Additional resources

Hexagonal tilemaps
Create an isometric tilemap