Hi,
since I updated my Project to Unity 2020.2.3f1 from 2020.1.8f1 and Vuforia to 9.7.4 from 9.5.4 and ARFoundation to 4.1.3 from 4.1.0 I am getting the following Error. Any one experiencing the same error? I am using Vuforia and ARFoundation together in the same scene and it worked prior to updating those packages.
AR Foundation camera profiles are not available for Vuforia!
Vuforia.ARFoundationARController:SetupCamera()
Vuforia.<>c__DisplayClass21_0:<InitializeForARFoundation>b__0(Boolean)
System.Action`1:Invoke(T)
Vuforia.<Check>d__1:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
Failed to initialize Vuforia with AR Foundation!
Vuforia.VuforiaRuntime:<InitVuforia>b__14_0(Boolean)
System.Action`1:Invoke(T)
System.Action`1:Invoke(T)
Vuforia.<Check>d__1:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
Hi,
I've tested 9.7.4 with 4.0.10 and can confirm that it works. When upgrading the AR Foundation to 4.0.13 I noticed that my scene got all messed up in the sense that the AR Session Manager dissappeared and I had to redo the steps described here:https://library.vuforia.com/articles/Solution/ar-foundation.html.
In my case, after adding the Vuforia Engine ARCamera as a child of the AR Session Manager it worked.Could you please check that the Vuforia Engine ARCamera is included in a child of the AR Session Manager?
Thank you.
Vuforia Engine Support
Edit: You should only use the one AR Camera, the one from AR Foundation.