Lightweight VR Keyboard Gaze Control solution.
Easy to set up:
- Drag Keyboard Prefab in your scene.
- Drag GazeRaycaster to your camera, you might need to adjust the position.
(Highly recommended) You can remove the GazeRaycaster script in GazeRaycaster object, and put the script on your camera. In that way, the start position of ray will be your camera position.
Note:
If you want to use GazeRaycaster to trigger other event, simply add your gameobject with VRGazeInteractable tag, then add an Button click event to your object. Because the idea behind the GazeRaycaster is to invoke an Button.onClick() event.
Features:
- Switch between lowercase and uppercase.
- You can set Maximum input length.
- Adjust the gazing time.
Include a demo scene.
If you have any issues, please contact yunhn.lee@gmail.com.