markiodev / Networker

A simple to use TCP and UDP networking library for .NET. Compatible with Unity.
MIT License
477 stars 77 forks source link

How to use with Unity? #25

Closed Agoxandr closed 5 years ago

Agoxandr commented 5 years ago

I feel dumb for asking this, but building a .dll file for Unity doesn't work, because Unity says that it has errors and unloads it.

Unloading broken assembly Assets/Plugins/Networker/Networker.dll, this assembly can cause crashes in the runtime

dzmitry-lahoda commented 5 years ago

Have you put all dependencies into plugins and set .NET Standard 2.0 as target for Unity?

Agoxandr commented 5 years ago

I think I have, but I was lucky to find a different solution so I might as well close this issue.