[FIXED] Unity 5.2.03f New Bug or Function Disapeared!?

Hi,

I just destroyed a part of my project by upgrading to Unity5.2.03f as always… it’s never fun to be at that point…

Color.ToHexStringRGB() Disapeared…

Not found anymore… Where is the doc on the unity web site ? Gone too… (Page not found)

Very funny to destroy Function that was not Obselete?!

Where do i find this function now ?

I found ColorUtility.ToHtmlStringRGB(color) that do the same thing!
At least it took almost no time to fix :slight_smile:

1 Like

Yes we moved it out of the Color class. It does the same thing and then some :wink:

We did add this to the script upgrader but it missed the 5.2 cut-off, it will go into one of the patches and 5.3 onwards…

Hi not in 5.3 - still have to manually fix this

Still not fixed in 5.3.3p1 …