gameobject-destroy
Destroy GameObjects and their nested children in Unity scenes or prefabs. Use this tool to remove objects from your project after identifying them with the find tool.
Instructions
Destroy GameObject and all nested GameObjects recursively in opened Prefab or in a Scene. Use 'gameobject-find' tool to find the target GameObject first.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gameObjectRef | Yes | Schema: {"name":"string"} or {"instanceID":int} or {"path":"hierarchy/path"} |