create_project
Create a new Godot project from scratch with optional .NET support for C# development.
Instructions
Create a new Godot project from scratch
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dotnet | No | Scaffold a .NET (C#) project (.csproj + "C#" feature). Default: false | |
| projectName | Yes | Name of the project | |
| projectPath | Yes | Directory where the project will be created |