User interface button types that can be used within a spatial environment for the Unity software.
The Spatial Button prefabs provide the ability to add spatial user interface button elements to a scene that can be interacted with via an Object Pointer.
The included Spatial Button prefabs are:
Interactions.SpatialButton.ClickButton
- A simple button that is clicked and automatically unclicks.Interactions.SpatialButton.ToggleButton
- A button that is toggled on and off whenever it is clicked.Interactions.SpatialButton.OptionButton
- A button that is used as a group of other options buttons where only one can be selected.Interactions.SpatialButton.Group
- A container for Spatial Buttons to group them under a single, distinct dispatcher (required forInteractions.SpatialButton.OptionButton
).
Requires the Unity software version
2018.3.10f1
(or above).
Please refer to the installation guide to install this package.
Please refer to the How To Guides for usage of this package.
Further documentation can be found within the Documentation directory and at https://academy.vrtk.io
Please refer to the Extend Reality Contributing guidelines and the project coding conventions.
Please refer to the Extend Reality Code of Conduct.
Code released under the MIT License.