umi icon indicating copy to clipboard operation
umi copied to clipboard

White rectangle over the unity inputfield

Open umresh opened this issue 4 years ago • 3 comments

There is a white rect over Unity's Inputfield. I have set the input field alpha = 0 but we have a colored bg for the input as a separate image. I need a transparent input field it looks fine in the editor but there is a white box in the android build.

Placing in white bg looks fine because the white box is merged, but anything colored bg or transparent input field is impossible.

umresh avatar Jun 03 '21 06:06 umresh

Remove image from inputfield and put into another image with background.

mopsicus avatar Jun 03 '21 09:06 mopsicus

I did it but I can still see the white image rect where the text box is.

umresh avatar Jun 09 '21 08:06 umresh

I did it but I can still see the white image rect where the text box is.

Make sure the Text and Place Holder Text (width and height) are not bigger than the InputField.

marknasr22 avatar Jul 17 '21 18:07 marknasr22