December 2019
Intermediate to advanced
388 pages
8h 11m
English
When developing a project in Unity, it's good practice to test it before building it since the building process takes time. This way, you can detect basic problems and errors and correct them quickly before actually trying the app on your phone.
Vuforia can't currently be built as a standalone application, but it has a script integrated with the ARCamera for testing purposes. When you are testing the app in Unity editor, it will use the computer's camera to simulate the AR. If it doesn't detect a camera, it will leave the background black and play the AR directly.
On the other hand, when you're working with a Ground Plane project and you want to test the app, Vuforia won't be able to use the device's sensors to detect a flat ...