create_world
Creates a World3D .tres resource for a Godot project, optionally attaching an Environment .tres to define rendering settings.
Instructions
Create World3D .tres.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Output path for World3D .tres (e.g. "environments/main_world.tres") | |
| environment_path | No | Path to Environment .tres to attach |