Skip to content

Thundernerd/Unity3D-Lidgren

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  1. The package is available on the openupm registry. You can install it via openupm-cli.
openupm add net.tnrd.lidgren
  1. Installing through a Unity Package created by the Package Installer Creator from Needle

  1. Installing from git through the package manager by clicking the + icon and then selecting 'Add package from git URL...'

image

and using the following url: https://github.com/Thundernerd/Unity3D-Lidgren.git

  1. Installing from git by adding the following line to your manifest.json
"net.tnrd.lidgren": "https://github.com/Thundernerd/Unity3D-Lidgren.git"

Original readme below this line

Note! Not actively developed any more; only accepting trivial or minor bug fixes.

Lidgren.Network

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, feel free to send PRs for other bugs fixes. To use this in Unity3D just enable the experimental .NET framework. you can do this in Edit -> Project Settings -> Player -> Other Settings -> Api Compatibility Level -> .NET 4.6

Platforms supported:

  • Linux
  • Mac
  • OSX

Platforms/Toolchains which need testing:

  • Android
  • iPhone
  • Xamarin

Tested in:

  • Mono (alpha and beta)
  • .NET 4.6
  • Unity 2017.1 -> 2018.1.

Future Roadmap:

  • Update to latest .NET 4.6
  • Investigate officially supporting .NET Core.
  • Improve test suite so that tests are run on all platforms we support, for each release.

About

No description, website, or topics provided.

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages