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

The type or namespace BaseColorBinder could not be found #6

Closed codyrchildress closed 1 year ago

codyrchildress commented 1 year ago

Hi there,

I am unable to extend BaseColorBinder and get a missing assembly reference. I have tried both "using Unity.Theme.Binders" as well as adding my script to the "Unity.Theme.Binders" namespace.

Am I missing something or is there an issue with this?

Cheers, Cody

IvanMurzak commented 1 year ago

Hi, It sounds like you have a script in your Assembly definition. If so, you just need to add Unity.Theme as a reference to your Assembly definition.