Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Input for Android devices

Explains how to detect and handle user input on different types of Android device.
Read time 1 minuteLast updated 6 days ago

Mobile devices are the primary target for Android applications. For more information on mobile device input, refer to Mobile device input.

Android keyboard

Android devices include a touchscreen keyboard. When you select editable UI elements such as Input Fields Unity automatically activates the Android touchscreen keyboard and handles input from it. For information on how to manually activate and configure the Android touchscreen keyboard, refer to Mobile Keyboard.

Additional resources