Unity Delete GameObject
unity_delete_gameobjectRemove a GameObject from a Unity scene by specifying its full path, enabling precise scene cleanup and object management.
Instructions
Delete a GameObject from the Unity scene by path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Full path of the GameObject to delete. | |
| timeoutMs | No | Command timeout. |