I am brand to Vuforia, coding in Unity. I am trying to build a really simple app where the object is displayed on a user defined target. Following the tutorials I can get it to work on my laptop but when I build and run the application on my phone the vuforia samples app shows up instead of my app. (I've attached a screenshot). I think this is because the user defined image scene comes from the vuforia samples package I downloaded from the unity assets store but I don't know how to get rid of it. Can anyone help?
Attachment | Size |
---|---|
![]() | 71.15 KB |
Hello spitre,
In the Build Settings window of Unity, there is a section where you can define the scenes that will be built in your project. The samples come with this pre-set with the example scenes. You'll need to remove or disable these scenes and add the one you created in order to test your scene on device.
Thanks,
Vuforia Support