- Home /
Question by
LazyPeach · Mar 03, 2018 at 11:06 AM ·
colortextmeshcolor change
Problem with TextMesh color
Recently i was playing a bit with colors in my unity project and what i noticed is that you can set float value color for sprites (for example (127.5, 55.5, 34.546), it won't display in color editor, but it works), but when you do the same thing for color of TextMesh you notice, that value of color channels is always rounding to int. I realy need to fix this in my project, because i have color editor in runtime which works with float values [0; 100].
Comment