GaiaOnlineCommunity / GaiaOnline.Unity.Library

Library for using or accessing GaiaOnline in Unity3D.
GNU Affero General Public License v3.0
5 stars 0 forks source link

GaiaOnline.Unity.Library

No reverse engineering etc. was required in any form to do this.

Showcase

Library for interacting with the GaiaOnline API, endpoints and content inside of Unity3D. Provides Unity3D compatible compnents for rendering, animating, networking and more to bring GaiaOnline to life in Unity3D.

How?

It relies on TypeSafe.Http.Net for the HTTP networking required for querying the GaiaOnline API. This is done in such a way that does not differ from browsers nor other addons like BetterGaia.

Information

Setup

You will need:

Builds

Clone and run build.bat and import the compiled assemblies in build/release into a Unity3D project.

TODO: nuget

TODO: release link

License

AGPL. If you do not understand the AGPL then the simpliest way to follow it is to simply make available your source code for anything you do with this project. This, unlike GPL, covers running this software on a server or as a network service.