export_mesh_library
Export a 3D scene as a MeshLibrary resource for use in GridMap. Specify the scene path and output path to generate the resource.
Instructions
Export a 3D scene as a MeshLibrary resource for GridMap
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the Godot project directory | |
| scenePath | Yes | Path to the 3D scene file (relative to project) | |
| outputPath | Yes | Path for the output MeshLibrary resource (relative to project) | |
| meshItemNames | No | Names of specific mesh items to include (optional) |