create_project
Creates a new O3DE project by specifying a name, destination directory, and optional project template.
Instructions
Create a new O3DE project.
Args: name: Project name (alphanumeric, hyphens, underscores). path: Directory where the project will be created. template: Project template to use (default: DefaultProject).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| path | Yes | ||
| template | No | DefaultProject |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |