Unity Unity/AR Turn AR Session ON/Off GetComponent<ARSession>().enabled = true; //ON GetComponent<ARSession>().enabled = false; //OFF