I am adding UnityPlayer inside Android View. I am trying to use 2 different scenes for AR in Unity. Scene: 1 => Welcome screen to decide,device supports ARCore Scene: 2 => If the device supports ARCore, launch ARcore scene from my Android Activity Scene : 3 => If the device does not support ARCore, launch Vuforia scene from my Android Activity
So, for scene 1, I need to enable ARCore Supported in XR Settings For scene 2, I need to enable Vuforia Augmented Reality Supported in XR settings Not able to enable both options. So is it possible to set these options at runtime, before launching Unity Player from my Activity?