How to Change Head Location¶
Introduction¶
WaveVR SDK provides the Assets/WaveVR/Prefabs/WaveVR prefab as the player’s head in the VR environment and the head will follow the player’s movement in runtime.
So when the player is walking, the WaveVR head will move automatically in the VR environment.
If you want to move the head manually, you will need to add a “parent” for the WaveVR like below photo:

In the photo, you can see that the WaveVR prefab has a parent named TeleportRoot.
Setting the localPosition
of the TeleportRoot can move the player’s head in the VR environment.
For the advanced usage, please refer to the document: