"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

App crashing using Vuforia and AR Foundation

I have a similar problem to this post, which has no answer (https://developer.vuforia.com/forum/other-features/app-crashing-when-using-arfoundation-and-vuforia)

 

Platform information:

AR Foundation 4.2.6 ARCore XR Plugin 4.2.6 ARKit XR Plugin 4.2.6 Vuforia 10.13.3 Unity 2021.2.12f1

 

We want to combine AR Foundation and Vuforia into one scene to use the plane detection feature of AR Foundation. To start I followed the tutorial here https://library.vuforia.com/getting-started/getting-started-vuforia-engine-unity#vuforia-setup. When I build for Android the app crashes after detecting the image. No logs in adb, just like the post above. When I build for iPad I have a black screen. In the editor I am able to detect the Image and show the sphere (whithout correct reflections due to AR foundation not working in editor).

 

Hopefully you can help!

Hey there,

 

Can you share any logs so we could better understand where the app might crash?

 

Kind regards,

Patrick Scheper

Vuforia Engine Product Manager

Fixed!

After making a minimal Unity project where everything was working correctly, we copied over all the build settings from the minimal project into our own and reimported everything by deleting the library folder. Now everything is working!