In my Unity version, I face a problem:
Working with 2017.3.0f3 and have enabled Vuforia for my project, however I have certain scenes that have no AR requirements. Enabling Vuforia means every scene currently is setup (at runtime) with an ARCamera which is not desired.
The solution is:
In the Specific Scene, add the following function to the Camera Script:
|
|