Skip to content

Turn AR Session ON/Off

GetComponent<ARSession>().enabled = true; //ON
GetComponent<ARSession>().enabled = false; //OFF