-
Notifications
You must be signed in to change notification settings - Fork 13
Invalid text box position with "Screen Space - Camera" #44
Comments
So you are not seeing the input text at all? Or is it partially visible? Could you post a screenshot? |
it seems to be dependant on the device. on one device I didnt see any text at all, on another the text was slightly outside of the textfield and on the one im using now it looks perfectly fine... the thing is though I didnt change anything. on all devices i just ran the demo project the way it came with the plugin |
Sounds interesting. Is it possible that it would be just a UI layout problem in the demo scene? I don't remember hearing about this issue before. |
Hello When I change the camera inside of |
So Screen Space - Overlay worked? |
When I set the Render Mode to "Screen Space - Camera",Multiple scenes NativeEditBox is always displayed at the top. |
Is it possible for you to use "Screen Space - Overlay" instead? |
Thank you! |
No problem :) Please open another issue for the iOS stuff. |
Exactly, but when I change to Screen Space - Camera, then it doesn't work correctly, and when I set the Camera.current in the NativeEditBox, it works. But I don't know if there are other problems with this fix. |
"RectTransformUtility.WorldToScreenPoint" method works with "Screen Space - Overlay" Render Mode, but not works well with "Screen Space - Camera". Just use WorldToScreenPoint method of your camera in the scene instead. And, if there's any other problem of the plugin, welcome to my clone for solution. |
hello. first of all I want to thank you for your efforts in this amazing plugin. On the android demo project the text appears to be out of screen for me (or at least not inside the textfield). Would be really cool if anyone knows a fix for this.
The text was updated successfully, but these errors were encountered: