io.extendreality.tilia.interactions.spatialbuttons.unity

User interface button types that can be used within a spatial environment for the Unity software.

Usage no npm install needed!

<script type="module">
  import ioExtendrealityTiliaInteractionsSpatialbuttonsUnity from 'https://cdn.skypack.dev/io.extendreality.tilia.interactions.spatialbuttons.unity';
</script>

README

Tilia logo

Interactions -> Spatial Buttons for the Unity Software

User interface button types that can be used within a spatial environment for the Unity software.

Release License Backlog

Introduction

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 for Interactions.SpatialButton.OptionButton).

Requires the Unity software version 2018.3.10f1 (or above).

Getting Started

Please refer to the installation guide to install this package.

Documentation

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

Contributing

Please refer to the Extend Reality Contributing guidelines and the project coding conventions.

Code of Conduct

Please refer to the Extend Reality Code of Conduct.

License

Code released under the MIT License.