HungryProton / scatter

Godot engine addon to randomly fill an area with props or other scenes
MIT License
2.08k stars 94 forks source link

How to disable orange box displaying scatter shape? #182

Closed Preston-Harrison closed 8 months ago

Preston-Harrison commented 8 months ago

Loving this addon. How can I disable the orange box indicating the scatter shape in the scene editor?

Screenshot 2024-01-16 at 10 57 57 PM
florianvazelle commented 8 months ago

You can disable the ScatterShape Gizmo in the View > Gizmos menu

Screenshot_20240117-091503__01.jpg

Or you can disable it globally in Projects Settings > Addons > Proton Scatter menu

Screenshot_20240117-091514__01.jpg

Preston-Harrison commented 8 months ago

Thanks