IvanMurzak / Unity-Theme

Create palettes of colors and components for change specific color on a specific visual element. Very useful to UI.
MIT License
90 stars 6 forks source link

Cannot chose color "No GUI Implemented" since 2.0.0 #11

Closed Orthopoxvirus closed 10 months ago

Orthopoxvirus commented 10 months ago

Hey, I just updated to 2.0.0. Love all the new stuff, but I get this message in the color binders: image

Version: 2.0.0 Unity Version: 2022.3.6f1

Any idea how to fix that?

Cheers, Michael

IvanMurzak commented 10 months ago

Thank you @Orthopoxvirus for the report. I am working on it.

IvanMurzak commented 10 months ago

For some reason, Unity UI Elements has an issue with rendering these components in case it is integrated as a package. It is fixed by adding an old GUI interface support. It is not as cool as it should be with UI elements. Anyway, version 2.0.1 supports two render options, with a bigger priority on UI elements.

image

As only Unity will fix it, it will be rendered with a color preview circle like here: image

Orthopoxvirus commented 10 months ago

Hey, sorry for the late message. That was a really fast fix. I just updated and can confirm, that everything works great.

Cheers, Michael