scene-delete-plain-objects
Delete plain objects such as Tilemap, Key, or Collider from a scene by providing scene ID and object IDs.
Instructions
Delete the given plain objects from the scene. Plain objects are Tilemap, Key, Collider...
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sceneId | Yes | The `id` of the scene. The `id` is not the name of the scene, else a unique identifier is set in the scene data. You need to read the scene data to get the `id`. | |
| objectIds | Yes | The `id`s of the plain objects to delete. |