-
Notifications
You must be signed in to change notification settings - Fork 3
Controller Touch Highlighting
Arkendorf edited this page Nov 4, 2019
·
3 revisions
To highlight a button when it is touched, attach the HighlightControls script to a controller alias. (Such as LeftControllerScriptAlias, or RightControllerScriptAlias). The controller alias must also have a VRTK_ControllerEvents script attached to function properly.
Fade Speed adjusts the time it takes for the highlights to fade in and out. The color fields adjust the highlight color for each button. In the HighlightObject field, place the Highlight prefab from the prefab folder.