LogicalError / realtime-CSG-for-unity

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

Can't select overlapping brush on top of another selected brush, in Edit mode #331

Open andreiagmu opened 2 years ago

andreiagmu commented 2 years ago

I'm having an issue with brush selection on Edit mode:

If I create a brush on top of another, enter Edit mode, select the bottom brush (so its edit gizmos are active), then try to select the brush on top of it, the top brush isn't selected. I have to click somewhere outside the bottom brush (clicking the skybox, or clicking another not-overlapping brush) to first deselect it, only then I'm able to select the top brush.

On Place mode, the selection works as expected, I can select the top brush without a problem, even if the bottom brush is selected

This issue is happening with both the current master and 2021.2-update branches I tested on Unity 2020.3 and 2021.2, the issue is happening on both versions

capture_20220127_035410_010

andreiagmu commented 2 years ago

A few workarounds for this issue: