9. Switch Camera Face
In order to switch camera face, you should call the ChangeCameraFacing method in ARGearManager script.
The sample code below shows how to change the camera face.
C#
ARGearManager.Instance.ChangeCameraFacing();
Last modified 3yr ago