create_project
Create a new Godot project in a given directory with an optional template (3D, 2D, or empty).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template | No | Project template (3d, 2d, or empty) | |
| projectName | Yes | Name of the project to create | |
| parentDirectory | Yes | Directory to create the project in |