LogicalError / realtime-CSG-for-unity

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

Latest update using .asmdef breaks monobehavior components #335

Closed nukeandbeans closed 2 years ago

nukeandbeans commented 2 years ago

Putting this here to be referenced later.

.asmdef breaks monobehavior components due to the editor-only nature of RCSG. Fixing this will either require a full project re-structure, or removal of .asmdef (not ideal either way).

In the meantime, for those having issues with this, just deleting the .asmdef should allow RCSG to function as it should.

Referenced issues: