What problem does it solve?
This Skill solves the common Godot problem of bringing a sourced 3D .glb prop into a scene without breaking scale, collisions, material sharing, or reimport behavior.
Core Features & Use Cases
- Structural prop import: Place a
.glb as a nested instance under an owned node instead of flattening or making it local.
- Material and texture workflow: Make mesh and surface materials unique before applying the correct import style, and extract embedded textures when they need re-filtering.
- Scene correctness fixes: Handle near-uniform scaling, floor alignment, imported lights or cameras, collision generation, and nested-scene override gotchas.
- Use case: Replace a greybox bed, chair, or set dressing object with a sourced model that keeps the original transform, renders correctly, and survives reimport.
Quick Start
Use the godot-mesh-import skill to replace this greybox prop with the attached GLB model, keeping the node name and position while making the mesh material unique and preserving correct scale and collision.