-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Hello. I'm trying to build and run your plugin with Unity WSA build. I've compiled dll and added it to Plugins folder, but when i'm trying to deploy it on my UWP device i'm getting:
DllNotFoundException: Unable to load DLL 'RTSPUnityPlugin': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
at SetRTSPTexture.SetTextureAsRTSPSink(String rtsp_uri, IntPtr texture, Int32 h, Int32 w)
at SetRTSPTexture.CreateTextureAndPassToPlugin()
at SetRTSPTexture.d__4.MoveNext()
at UnityEngine.SetupCoroutine.InvokeMoveNext(IEnumerator enumerator, IntPtr returnValueAddress)
at UnityEngine.SetupCoroutine.$Invoke1(Int64 instance, Int64* args)
at UnityEngine.Internal.$MethodUtility.InvokeMethod(Int64 instance, Int64* args, IntPtr method)
(Filename: Line: 0)
Your plugin looks like what I exactly was looking for. Could you please add a short manual how to run it on Windows Store Build, please?