LogicalError / realtime-CSG-for-unity

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

Adds Autorigidbody global preference/setting #311

Closed Janooba closed 3 years ago

Janooba commented 4 years ago

Adds a global preference that can be ticked on or off to change the default AutoRigidbody value for new models.

Currently it acts as a "Disables when ticked" box, but I would prefer it to function as "Enabled when ticked".

I tried changing the behavior but I'm not too familiar with the bitshifting going on and the overall architecture, and I couldn't get it working. I recommend making that change before accepting this PR