Hi,
I am trying to upgrade my Unity AR project to SDK10.0. I saw that many class are now deprecated.
I used to use
VuforiaRenderer.Instance.Pause(true);
to pause the camera and view the AR object stably.
Since the method is no longer existed, I wonder if there are any alternative?
Thank you for reading the question, have a nice day.
Hey there,
To pause/resume Vuforia you should set VuforiaBehaviour.Instance.enabled either to true or false.
Let me know if that works!
Kind regards,
Patrick Scheper
Technical Community Manager