Quantcast
Channel: Questions in topic: "dllnotfoundexception"
Viewing all articles
Browse latest Browse all 201

DllNotFoundException-- file is clearly present

$
0
0
**Where all does Unity search for its dll files? Will it find them if they are located in a package outside the project? Can the Unity editor use .aar files?** I imported an XR plugin, QIYU XR Plugin v1.2.1 (*com.uniy.xr.qiyu*). When calling their playerprefs wrapper functions I get a DllNotFound Exception directed at the code below. Technically the file is an Android .aar library file, which Unity supports. DllNotFoundException: qiyivrsdkcore **(1)** The package is located in a folder outside of the project. It was imported via Unity Package Manager. **(2)** I can search for the file in the project view and see it is located here: Packages/QIYU XR Plugin/Runtime/Android/qiyivrsdkcore **(3)** I have tried selecting "Any Platform" and leaving it on only "Android" **(4)** This issue occurs in editor and in builds with their Quest-like headset. **(5)** Sample of the relevant class. namespace Unity.XR.Qiyu { public static partial class QiyuPlugin { public class QiyuSDKCorePlugins { private const string pluginName = "qiyivrsdkcore"; //------------------------------------------------------------------------ [DllImport(pluginName, CallingConvention = CallingConvention.Cdecl)] public static extern void QVR_Update(float deltaTime); (...) } } }

Viewing all articles
Browse latest Browse all 201

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>