Skip to main content

The LIV avatar’s head doesn’t move when my game is running

This likely means that your application is running using Oculus, or OpenXR through Oculus. Please make sure you’re either using OpenXR through SteamVR, or SteamVR as your runtime.

How do I control the LIV camera?

You can fully control the camera by calling: liv.render.SetPose(position, rotation, vertical field of view) The camera is automatically released whenever you stop calling this function. Note that only LIV avatar cameras are currently controllable, as MR cameras must remain aligned with their physical sensors 😉

I can’t see the avatar / player in the LIV output

If your game is using post-processing it is possible that the foreground texture alpha channel is corrupted. You can fix it by enabling the “Fix Post-Effects alpha channel” toggle on the LIV component. If you’re using the Universal Render Pipeline, make sure to follow our steps to have it correctly work.

LIV doesn’t activate when I capture a build of my game

Make sure your Unity project is targeting 64bit builds. LIV is only compatible with 64bit applications.