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. |