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

Is it still possible to build for Unity? #155

Open cclogg opened 2 years ago

cclogg commented 2 years ago

I was seeing if I could update our Unity dll of lidgren and after fixing the issue posted here https://github.com/lidgren/lidgren-network-gen3/issues/107 I still had errors building with stuff like MapToIPv6 and DualMode... has anyone resolved this or not possible in the current state?

PJB3005 commented 2 years ago

Our fork should build on .NET Standard 2.1, which should be fine for Unity if you're using a modern version. I can't say I've tested it though since I don't use Unity.

cclogg commented 2 years ago

Our fork should build on .NET Standard 2.1, which should be fine for Unity if you're using a modern version. I can't say I've tested it though since I don't use Unity.

Ah cool, is your fork in production use and stable? Could definitely check it out.

PJB3005 commented 2 years ago

We use it for our game/engine. Not the most professionally made project but ah well.