A clean, minimal BepInEx plugin template for Gorilla Tag. No menus, no bloat — just the essentials so you can build from scratch.
Most templates come with full menus pre-built, which doesn't help you learn. This gives you the foundation without making decisions for you.
BepInEx0HarmonyAssembly-CSharpUnityEngine / UnityEngine.CoreModulePhoton Realtime + Photon PUNUnity.TextMeshProFusion.Runtime
You can add more references in Hex_Template.csproj.
- Clone the repo
- Open
Directory.Build.propsand setGamePathto your Gorilla Tag install directory - Open
Plugininfo.csand change the GUID, NAME, and Description to yours - Add your plugin class inside
Test.cs(see the example in the file) - Build in Release mode — the DLL will be copied to your BepInEx plugins folder automatically
- Name / Version / GUID: Edit
Plugininfo.cs - Assembly name: Edit
Hex_Template.csproj - Game path: Edit
Directory.Build.props
Contact Discord: @itsreallyhex