Question by
puchingeralexander · Jun 11, 2019 at 09:11 PM ·
unity 5inspectorhierarchyinputfield
Cant insert Text in TMP_InputField to the Inspector
Hello! This is my second question and im not quite sure how to ask it.
In my LoginScene I have this hierachy alt text
I have a script Login in which I need the Text from an Inputfield.
I want to parse the Text whenever i have pressed the login_btn.
so i call username_login.text whenever i press the login_btn.
I can attach the Inputfield to the login_btn in the inspector - everything fine .
But if i run my script, i cant press inside the InputField.
Any Ideas?
Crititism for improvement is welcome :)
Comment
Best Answer
Answer by puchingeralexander · Jun 12, 2019 at 07:30 PM
Okay update, i had to delete every InputField and create a new one. After that it worked fine for me.
Dont know where the error war located..
Your answer
