mopsicus / umi

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

The input field is not hiden by other panel/image #53

Closed josValentin closed 3 years ago

josValentin commented 3 years ago

If i want to cover the screen with a panel(full colored), the input field is not hiden by it, this happen on android, in unity Editor it doesn´t.

mopsicus commented 3 years ago

You should control visibility of inputfields manually, because it's a hack, native fields set above all unity objects, ui, canvas, etc. So, when you need to show panel, hide inputfield, and show it when panel hides.