Virtual Keyboard
To help create typing games for mobile devices, the Typing Game Kit includes an "Advanced" and a "Simple" keyboard prefab. The Advanced Keyboard prefab is similar to what can be found on most mobile devices and supports a wider array of ASCII characters than the simpler Simple Keyboard prefab. The prefabs are contained in the TypinGameKit/Assets/Prefabs/Virtual Keyboard/
folder.
Example Scene
An example scene that illustrates how the virtual keyboard can be configured to scale with most mobile resolutions can be found in the Typing Game Kit/Examples/Basics/Virtual Keyboard
folder.
Additional Examples
Asteroid Typing 2D and Alien Typing 3D also include the virtual keyboard.