LogicalError / realtime-CSG-for-unity

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

Buttons on toolbar stop working when Realtime CSG is in a window mode #385

Open redmorr opened 10 months ago

redmorr commented 10 months ago

toolbarbug.webm

Appleguysnake commented 10 months ago

366 returns. There's a fix in the comments there that seems like it was never actually included in the repo?

Comment out line 79 of SceneViewEventHandler (leaving the lines in brackets). The fix works for me in Unity 2021.3.29f1 and RCSG 1.601

nukeandbeans commented 10 months ago

This is very odd, because this issue was actually resolved and pushed. Does it happen with other editor versions?

Appleguysnake commented 10 months ago

The issue was fixed for me previously and seemed to break again after updating to RCSG 1.601. That was with 2021.3.9f1.

Appleguysnake commented 10 months ago

The workaround I mentioned above seems to let clicks pass through to the scene view even when the buttons respond to clicks.