Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

Adding to Unity project

Mark Eastwood edited this page May 3, 2019 · 2 revisions

Change your Unity project to target .NET 4.*

  • Create a new C# project which references Networker and targets .NET 4.7.2
  • Set to Release
  • Build
  • Go to output and copy the .DLL files, put them into a folder in your Unity project called Plugins
  • Create new script for your network code in unity project which derives from MonoBehavior
Clone this wiki locally