Unity Net Core Networking Sockets
1.0.3 ?
Lightweight Unity client for NetCoreServer
This is an example for a unity client that works with a NetCoreServer server application. The latest version is built with Unity 2020.3.1f1 and NetCoreServer 5.0.15.
Platform | SSL | TCP | UDP |
---|---|---|---|
Editor | ✔️ | ✔️ | ✔️ |
Android | ✔️ | ✔️ | ✔️ |
iOS | ✔️ | ✔️ | ✔️ |
Windows | ✔️ | ✔️ | ✔️ |
You can either install the package through the package manager with OpenUPM (Recommended) or download the scripts as a unity package
# Install openupm-cli
$ npm install -g openupm-cli
# Enter your unity project folder
$ cd YOUR_UNITY_PROJECT_FOLDER
# Add package to your project
$ openupm openupm add com.deml.netcore-networking
Latest Unity Package
Samples/EchoClient/Scenes/NetworkExampleClient.unity
and hit play.3333
when running the bat files.Assets/NetCoreNetworking/Samples~
. A symlink at Assets/Samples
points to the folder. That symlink might break when pulling for the first time on Windows. There are two solutions for it:
Assets/.RelinkSamples.bat
to regenerate the symlink.