realtime-CSG-for-unity
realtime-CSG-for-unity copied to clipboard
fix: Brush selection in 2023.x being bypassed by unity's own scene picking
PR Details
In Unity 2023, scene picking fails to select brushes as unity runs its own scene picking after RCSG sets the selection;
This PR ensures unity doesn't run their logic by eating the mouse down GUI event, similar to how the other branches in that very switch operate.