
Gatekeeper
You are viewing a potentially older version of this package. View Latest Version

A modding API for Gatekeeper (Unity Game by Gravity Lagoon)
The modding framework used is BepInEx, which is required to use this mod and its addons. You can find information
about to install BepInEx here
This Project...
If you still want to try out what is currently possible, clone the repository and edit the Plugin.cs to your needs. In the Content folder is a simple ItemController which does nothing.
git clone https://github.com/Robocraft999/GKAPI.git
or download the zipdotnet build (requires .NET SDK 6)bin/Debug/net6.0/GKAPI.dllAn ExampleMod using the api can be found here
WIP