Get Component change color not working unless using color.x rather than ( 2f, 2f, 2f )

If you post a code snippet, ALWAYS USE CODE TAGS:

How to use code tags: Using code tags properly

Color() accepts channel params from 0.0f to 1.0f

Color32() accepts channel params from 0 to 255

More on Color vs Color32, lossless, comparisons, etc.

1 Like