mopsicus / umi

Unity mobile input (UMI) plugin for Android and iOS, allows to use features of mobile native input fields
MIT License
386 stars 91 forks source link

White rectangle over the unity inputfield #77

Closed umresh closed 7 months ago

umresh commented 3 years ago

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.

mopsicus commented 3 years ago

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

umresh commented 3 years ago

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

marknasr22 commented 3 years ago

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.