export_mesh_library
Export a Godot scene as a MeshLibrary resource for reuse in tilemaps or gridmaps. Specify the scene path, output path, and optional item names for selective export.
Instructions
Export a scene as a MeshLibrary resource
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the Godot project directory | |
| scenePath | Yes | Path to the scene file (.tscn) to export | |
| outputPath | Yes | Path where the mesh library (.res) will be saved | |
| meshItemNames | No | Optional: Names of specific mesh items to include (defaults to all) |