lightprobe-clear
Remove auto-generated LightProbeGroup GameObjects from Unity scenes to clean up clutter and optimize project organization. Specify removeAll=true to delete all LightProbeGroups.
Instructions
Remove auto-generated LightProbeGroup GameObjects from the scene. By default only removes groups whose name starts with 'LightProbeGroup_Auto'. Set removeAll=true to remove ALL LightProbeGroups.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| removeAll | No | If true, remove ALL LightProbeGroups in the scene, not just auto-generated ones. | false |