From 293ea9681b918b725e40cf8bfed1c4176896e988 Mon Sep 17 00:00:00 2001 From: Gordon MacPherson Date: Fri, 10 Nov 2017 15:45:27 +0000 Subject: [PATCH] updated notes --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9463282..1d67c76 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ -# lidgren-network-gen3 ![](https://api.travis-ci.org/RevoluPowered/lidgren-network-gen3.svg?branch=master) -Lidgren.Network is a networking library for .net framework which uses a single udp socket to deliver a simple API for connecting a client to a server, reading and sending messages. +# Lidgren.Network ![](https://api.travis-ci.org/RevoluPowered/lidgren-network-gen3.svg?branch=master) +Lidgren.Network is a networking library for .net framework which uses a single UDP socket to deliver a simple API for connecting a client to a server, reading and sending messages. +This has been updated for use with Unity3D, the normal repository doesn't work with OSX without crashing, so the patches applied here fix that. +I'll be working on some performance improvements too, feel free to send PRs for other bugs fixed as the other repo has been abandoned. + +To use this in Unity3D just enable the experimental .NET framework. + +This makes it work on Windows, OSX and Linux. \ No newline at end of file