English is not my native.
I want to some scrollable text.
Unity use completion guarantor font for my native, so i tried to make Bitmap font with BM Font.
problem is, the text (using UILabel) set in UIPanel's clipping range, its color is fixed to white.
i tried to change color like this
label.color = customColor ; (customColor is Color.)
it seems to work well if not use UIPanel with clip. but in the clip range, text color still white.
How can i change text color that inside of clipping range?