LogicalError / realtime-CSG-for-unity

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

Edit Mode GUI as a ToolbarOverlay #390

Open SixParQuatre opened 8 months ago

SixParQuatre commented 8 months ago

The changes makes it that, if the project is using Unity 2021 or newer, the Edit Mode GUI is not rendered and an OverlayTab is shown instead. Tested in 2020.3, 2021.3 and 2022.3. Though in 2021, the defaultDisplay flag to show the OverlayTab in new Scene editor, doesn't seem to work.

I'd argue this is a good first step to submit vs. waiting for all tool GUI to be ported to the OverlayTab: it makes the first time UX a lot more digestible and remove the conflict of the old UX that was stuck in a corner and was displayed below the Overlay for general manipulation.


Added:

SixParQuatre commented 8 months ago

@nukeandbeans so this is my first time going though a pull request process, is there anything I need to do on my end at this point?

nukeandbeans commented 8 months ago

Hey! Apologies on taking a bit to get back to you. There isn't much for you to do yet. I need to test and verify it doesn't break things in branches of existing projects, though I'm not completely certain how soon I'll be able to at the moment. Your work so far looks fantastic, though! Thanks for the PR!

SixParQuatre commented 6 months ago

Hello and happy new year- any update on this ?

SixParQuatre commented 4 months ago

@nukeandbeans Another ping on this, just in case.