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.

ARGearManager.Instance.ChangeCameraFacing();

Last updated