"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

About Multiple VuforiaConfiguration

Question 1: in Unity, using version 6.2.6, how do I set Viewer Paramers after switch from normal mode to Digital Eyewear mode at Runtime?

Question 2: in Unity, using version 6.2.6, how do I create two different VuforiaConfiguration, which are used in the two Scene at Editor Mode?

I have written the codeļ¼š

=======================

DigitalEyewearARController.Instance.SetEyewearType(DigitalEyewearARController.EyewearType.VideoSeeThrough);

DigitalEyewearARController.Instance.SetStereoCameraConfiguration(DigitalEyewearARController.StereoFramework.Vuforia);

DigitalEyewearARController.Instance.SetViewerActive(true,true);

======================

but how to set the viewer pramers?

Thanks!!