Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Isometric tilemaps

Create isometric tilemaps, which use a 2D grid to simulate a 3D environment and create the illusion of height and depth.
Read time 1 minuteLast updated 12 days ago

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 tilemapImport isometric sprites and add them to an isometric tile palette, then paint onto an isometric tilemap.
Add 3D height to an isometric tilemapCreate 3D height on an isometric tilemap using either multiple tilemaps, or a Z as Y isometric tilemap.

Additional resources