LogicalError / realtime-CSG-for-unity

Realtime-CSG, CSG level editor for Unity
https://realtimecsg.com
MIT License
764 stars 81 forks source link

Option for better grouping with operations #378

Open Gawidev opened 1 year ago

Gawidev commented 1 year ago

Would be really convenient if when grouping brushes with Ctrl+G, there was an option in preferences to place the parent operation at the center of the selection before adding the selected brushes as children. That way operations can be more easily manipulated and/or converted into prefabs, etc.

Gawidev commented 1 year ago

Alternatively, something that would serve the same purpose by a different method would be to make it so that when you recenter the pivot of a freshly created group operation, it centers the pivot (as it does now) but without affecting any of the children brushes' pivots. That way all you would need to do to achieve the same goal would be to Group with Ctrl+G, then recenter pivot and voila.