This repository contains an experimental port of the Curved VR Keyboard for HoloLens.
- Unity 5.6.2f1
- HoloToolkit 1.5.7
- Import HoloToolkit
- The keyboard depends on the input system of the HoloToolkit. For your convenience, drop the InputManager prefab in your scene.
- Import the .unitypackage (see Releases) into your project
- Drop the Keyboard prefab into your scene
Defines the theme for all buttons used in the keyboard. Predefined states are : Default
, Focused
and Pressed
.
Handles initialization and tap-delegation of keys.
Connects the input from the keyboard to a component that can display text.