lidgren / lidgren-network-gen3

Lidgren Network Library
https://groups.google.com/forum/#!forum/lidgren-network-gen3
MIT License
1.19k stars 331 forks source link

Unity3D, Unable to open dll? #79

Closed Walker-Case closed 8 years ago

Walker-Case commented 8 years ago

After following the wiki and getting the build completed. I put the dll, xml, and pdb files along with the license into the folder "Assets/Assemblies/Lidgren". For some reason Unity is giving me the error "Unable to open Assets/Assemblies/Lidgren/Lidgren.Network.dll: Check external application preferences." I've checked everything 3 times to make sure that I was doing it right. I should note that I'm using Unity 5.5.5f1.

Walker-Case commented 8 years ago

Nevermind, the actual problem was apparently the sample code I was using. I didn't realize that I needed to build MSCommon in unity as well.