Skip to content

Installation Manual

Samuel Mascarenhas edited this page Jan 12, 2017 · 3 revisions

All of the assets in the toolkit are compiled as C#.NET libraries that have no external dependencies to a server or to an application.

This makes the installation process quite trivial.

Start by downloading a zip file of the compiled libraries that correspond to the release you want to use:

  • Release 1

Alternatively, you can use Visual Studio or another program to compile the libraries directly from the source code in the repository.

After unzipping, import the libraries to the game engine that you are using. In the case of Unity, this is done by simply copying the DLLs to somewhere inside the Assets folder of your game project.

Clone this wiki locally