
DualMap is a tool that allows you to easily create and edit Tilemaps using significantly fewer sprites, greatly speeding up the workflow—especially for artists.The Dual Grid System is a tilemap system that uses two separate grids. The first grid holds tiles that are invisible to the player and serve as the logical or structural layer. Based on this invisible layer, the second grid — which is visible to the player — automatically places its visual tiles, with a half-tile offset.🧩This approach significantly reduces the number of required tile variations to just 16, which greatly decreases the workload for artists.🔥Additionally, the system supports runtime updates, allowing the tilemap to change dynamically during gameplay.Used asset pack Lost Valleys.You can quickly create a DualMap via the Hierarchy:Right-click → 2D Object → DualMap → GridTo create a DualMap Rule Tile:Assets → Create → 2D → Tiles → DualMap Rule Tile