how exactly do you use the GVREditorEmulator and is there a built in prefab for controlling movement or is this something to be handled through script?
I tried attaching the camera to the GVREditorEmulator, but I still cannot achieve movement of any kind.
Hello, ejh0017.
As you can see this prefab is called EditorEmulator. So it is used only to emulate HMD movement in editor(head rotation emulation). If you want to move around the scene - you need a script, that would change transform property of GameObject with camera. If your HMD has additional joystick attached to the phone with Bluetooth - you can use example script for input handling. If you want to support HMD without joystick - you need a script with automove/gazed move/gazed teleport.
Check some youtube tutorials.