Working on a Unity 2021.3.11f1 OpenXR VR project with another person, where we're using Git for source control. I've pulled main and am trying to run a scene, but am getting the following error:
DllNotFoundException: InterceptFeaturePlugin assembly:<unknown assembly> type:<unknown type> member:(null)
UnityEngine.XR.OpenXR.Samples.InterceptFeature.InterceptCreateSessionFeature.HookGetInstanceProcAddr (System.IntPtr func) (at Assets/Samples/OpenXR Plugin/1.4.2/Intercept Feature/InterceptCreateSessionFeature.cs:47)
UnityEngine.XR.OpenXR.Features.OpenXRFeature.HookGetInstanceProcAddr () (at Library/PackageCache/com.unity.xr.openxr@1.4.2/Runtime/Features/OpenXRFeature.cs:676)
UnityEngine.XR.OpenXR.OpenXRLoaderBase.InitializeInternal () (at Library/PackageCache/com.unity.xr.openxr@1.4.2/Runtime/OpenXRLoader.cs:225)
UnityEngine.XR.OpenXR.OpenXRLoaderBase.Initialize () (at Library/PackageCache/com.unity.xr.openxr@1.4.2/Runtime/OpenXRLoader.cs:183)
UnityEngine.XR.Management.XRGeneralSettings:AttemptInitializeXRSDKOnLoad() (at Library/PackageCache/com.unity.xr.management@4.2.1/Runtime/XRGeneralSettings.cs:148)
Does anyone know what the problem could be? It's working on their side and I was able to run everything before I pulled main.