hecomi / UnityRemoteDesktopDuplication

An Unity example to send a desktop image to a remote PC using Desktop Duplication API and NVENC/NVDEC.
https://tips.hecomi.com/entry/2019/09/27/235955
MIT License
78 stars 17 forks source link

Editor fails to load uPacketFragmentation.dll on one PC but fine on another. #3

Open ToxMox opened 4 years ago

ToxMox commented 4 years ago

Hi there. This project looks really interesting and I wanted to give it a try but I'm having some problems testing out the sample project.

Two different Windows 10 Pro x64 PCs both running Unity 2020.1.5f1. (tested on 2019 same problem) On one pc I'm able to load and run the project no problem. On the other pc I get the following error in console: Plugins: Failed to load 'Assets/uPacketFragmentation/Plugins/x86_64/uPacketFragmentation.dll' because one or more of its dependencies could not be loaded.

Any idea why this is happening?

ZeoWorks commented 2 years ago

I have the same issue, seems uPacketFragmentation dll is built under "debug", it needs to be "release" but it fails to build correctly when building under release.

hecomi commented 2 years ago

Could you try the latest commit?