How to make a TextField move up when keyboard is present in Unity?

Hi Guys!
I’m developing an app in Unity for Windows Phone.
When the user click in the textfield, the keyboard appears on the textfield, hiding the textfield.
Do you have any tutorial about how I make it?
Explain me to in detail.

Thank You :smile:

You will probably have to handle this in your Visual Studio project somehow. You can probably subscribe to the event when the keyboard is up, then make whatever screen adjustments you need. I don’t know how to do this, but I did a short blog post a while back about doing it for Windows 8. WP8 should be similar.