Unity Create GameObject
unity_create_gameobjectCreate a new GameObject in a Unity scene, specifying its name, parent path, and primitive type (e.g., Cube, Sphere).
Instructions
Create a new GameObject in the Unity scene under a parent path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the new GameObject. | |
| parentPath | No | Parent GameObject path. Empty for scene root. | |
| primitiveType | No | Primitive type to create. | Empty |
| timeoutMs | No | Command timeout. |