Search Unity

Color Picker Extension for VS?

Discussion in 'Editor & General Support' started by OffLuffy, Mar 23, 2018.

  1. OffLuffy

    OffLuffy

    Joined:
    Aug 12, 2016
    Posts:
    1
    Does anyone know of a good color picker extension for Visual Studio 2017 which supports the Color and Color32 Unity objects? I have a small class for storing named Color32 variables, and I was thinking it'd be great if I could see what each color is and change it quicker. I found this one that came very close, but expects the 4th value in a comma separated list of numbers to be a float 0-1 value, whereas Unity uses a byte value. Haven't tried it to see if it works yet, but seems doubtful.


    I doubt there's much out there from what I've seen, but I'd love something reminiscent of the Notepad++ extension that would insert a small colored square next to color patterns or a colored underline. Most of my searches have been thwarted by color picker UI prefabs unfortunately. Thanks in advance!