You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: