create_project_with_assets
Create a new Godot project and import specified assets like textures, audio, scenes, and scripts in a single operation.
Instructions
Create a new Godot project and import specified assets into it
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project name | |
| path | Yes | Directory path where the project will be created | |
| assets | Yes | List of assets to import into the project |