Open Issues Need Help
View All on GitHub Godot Addons • GridMap Management
Support for TileSets with margins and separation. about 2 months ago
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