create_project
Create a new Godot project by generating the project.godot file. Specify path, name, and optionally choose a renderer: forward_plus, mobile, or gl_compatibility.
Instructions
Create a new Godot project from scratch by generating the project.godot file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path where the project directory will be created | |
| projectName | Yes | Name of the project | |
| renderer | No | Renderer: forward_plus (3D), mobile (lightweight 3D), or gl_compatibility (2D/low-end). Default: gl_compatibility |