Hello, Oculus dev noob here. I implemented the app from the "Build Your
First App" tutorial, and I'm trying to convert it to actually running on
my Quest. All I did was convert the Camera to an OVRCameraRig and change
the Player Controller script to ...
Hey JeffNik, evidently SocialPlatformManager is a type of MonoBehaviour
that provides a variable called localPlayerHead. I changed my code to
use MonoBehaviour:using System.Collections;using
System.Collections.Generic;using UnityEngine;using Oculus.P...