What problem does it solve?
This Skill turns hand-authored or drawn level grids into reliable Godot 3D environments, avoiding drifting walls, mismatched colliders, and fragile by-eye placement.
Core Features & Use Cases
- GridMap level construction: Builds tile-based geometry from a structured grid so walls, doors, windows, and floor elements snap cleanly to cells.
- MeshLibrary-driven tiles: Uses authored tile scenes and baked collisions so visible meshes and physics stay aligned.
- Hybrid level assembly: Keeps large structural geometry in GridMap while placing floors, props, navigation, and gameplay nodes through the builder pipeline.
- Use Case: A level designer provides a drawn JSON grid for a first-person shooter map, and this Skill produces a baked Godot scene with correct scale, collisions, and reusable build steps.
Quick Start
Ask the skill to convert the drawn level JSON into a baked Godot scene using GridMap, matching the brief’s cell size, wall height, props, and verify checks.