Home

Awesome

Unity .Net Core Networking Client

Unity Editor Screenshot

Lightweight Unity client for NetCoreServer
openupm Unity 2018.1 or later

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.

Features

PlatformSSLTCPUDP
Editor✔️✔️✔️
Android✔️✔️✔️
iOS✔️✔️✔️
Windows✔️✔️✔️

Installation

You can either install the package through the package manager with OpenUPM (Recommended) or download the scripts as a unity package

OpenUPM

# 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

Download

Latest Unity Package

Setup

Troubleshooting

TODO

Libraries

License