Skip to content

Interact with Unity GUI with a Wand

Interacting with Unity GUI with a Wand#

In this tutorial you will learn:

  • How to interact with the native GUI from Unity using a Wand.

Modify an already created GUI#

To do so select the Canvas you want your Wand to interact with and make sure that its render mode is set to "World Space".

Then, add the "MVRCanvas" script to the Canvas.

Note: Please make sure that a Unity "EventSystem" object is present in the scene.

More information#