I'm using Unity 5.0.1f1, and I don't know why my UI Input Fields doare not workworking as itthey are supposed to.
Let me explain my problems:
I have an Input Field that is placed in a "Panel"Panel and inside a Canvas. itIt has a "Text"Text component in which I can set text andthat the Input Field will display this text value. Right now I whenWhen I change value of this "Text"Text component, the changes are not reflected on the Input Field, it seems to be resettedreset to the value of "InputInput Field (Script) \ Text"Text of the Input Field.
If I enter Play mode, I can input text normally but when I build and run inon my Android phone, I cannot input anything.
Has anyone encountered this problem? Please tell me how do How can I solve this.?
