Beginning Sample

Introduction

Note: Before reading this document, you should read the documents below first to set up WaveVR SDK environment.

In this document, a beginning sample of WaveVR SDK will be demonstrated step-by-step.

We will not explain in detail about the items used in the sample but will show the easiest way to use.

You will need to read the documents below for further WaveVR SDK usage:

Sample

  1. Create a new scene with a cube and a canvas
_images/BeginningSample01.png
  1. To initialize WaveVR, remove the Main Camera and add the WaveVR prefab (from Assets/WaveVR/Prefab/) in the scene.
_images/BeginningSample02.png
  1. To use two controllers, add two ControllerLoader prefabs (from Assets/WaveVR/Prefab/) in the scene, one with Type Dominant and another with Type Non_Dominant.
_images/BeginningSample03.png _images/BeginningSample04.png
  1. Set the Render Mode of the Canvas to World Space.
_images/BeginningSample05.png
  1. To use event, add the InputModuleManager prefab (from Assets/WaveVR/Prefab/) in the scene.
_images/BeginningSample08.png
  1. To use buttons, add the WaveVRButtons prefab (from Assets/WaveVR/Prefab/) in the scene.
_images/BeginningSample10.png _images/BeginningSample11.png
  1. Finally, add component Wave VR_Event Handler to Cube
_images/BeginningSample09.png

Demo

  1. Press the Play key in Unity editor.
_images/BeginningSample12.png
  1. Press the right Alt key on the keyboard and move the mouse to control the controller motion.
  2. Click right mouse key like clicking a button.