A Godot addon for managing GridMaps through TileMapLayers

1 Open Issue Need Help Last updated: Jul 12, 2025

Open Issues Need Help

View All on GitHub
Godot Addons GridMap Management

AI Summary: The task is to enhance a Godot addon (GridMapLayer) to support TileSets with margins and spacing between tiles. This requires modifying the `GridMapLayerBaker` to accurately represent and handle such TileSets, likely involving a new approach using a `SubViewport`, `TileMapLayer`, `Sprite3D`, and `ViewportTexture` to render the tileset preview. The goal is to enable users to bake data from TileSets with arbitrary margins and spacing into GridMaps.

Complexity: 4/5
enhancement good first issue

A Godot addon for managing GridMaps through TileMapLayers

GDScript