scene-delete-prefab-property
Delete a user property from a prefab scene by providing the scene ID and property name.
Instructions
Delete a user property from the given prefab.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the user property to delete. | |
| sceneId | Yes | The `id` of the prefab 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`. This id refers only to the scenes that are prefabs. |