DllNotFoundException: InteractionSdk in samples scene
Hi, On a new project, tried on Unity 2021.3.43 and 2022.3.41 . I install Meta XR All-in-One SDK v68. I do all the project setup. I download the samples scenes. But when i want to launch one (TouchGrabExamples for exemple). I always have the error : DllNotFoundException: InteractionSdk assembly:<unknown assembly> type:<unknown type> member:(null) Oculus.Interaction.Input.Filter.HandFilter.Awake () (at Library/PackageCache/com.meta.xr.sdk.interaction@68.0.0/Runtime/Scripts/Input/Hands/DataModifiers/HandFilter.cs:144) I have looked for hours for a solution to this problem. I have found a lot of forum posts talking about this error but no fix. What can I do to fix this error ? Thank you in advance !1.5KViews0likes5Commentserror start AvatarWithGrab
I download Oculus Sample Framework from Asset Strore. Unity 2017.4.1f1 (64bit) I try start AvatarWithGrab (Assets/Oculus/SampleFramework/SampleScenes/Hands), but I have many errors: DllNotFoundException: libovravatar OvrAvatarSDKManager.Initialize () (at Assets/Oculus/Avatar/Scripts/OvrAvatarSDKManager.cs:54) DllNotFoundException: libovravatar OvrAvatarSDKManager.Update () (at Assets/Oculus/Avatar/Scripts/OvrAvatarSDKManager.cs:68) DllNotFoundException: libovravatar OvrAvatarSDKManager.Update () (at Assets/Oculus/Avatar/Scripts/OvrAvatarSDKManager.cs:68) ...754Views0likes0Comments