/UnityLibraryPostProcessor

Post-processes libraries with Unity's unet weaver, so that network functionalities can work.

Primary LanguageC#

Usage

mono UnityLibraryPostProcessor.exe "C:\Program Files\Unity\" myLib.dll

It will modify the library, which you can then copy to your unity project.

Make sure to provide correct path to unity installation.

The library needs to be in the current directory of execution.

Tested on unity 5.5.2 and 2017.2.0.