Skip to content

itsreallyhex/HexTemplate

Repository files navigation

Hex Template — Gorilla Tag BepInEx Plugin Template

A clean, minimal BepInEx plugin template for Gorilla Tag. No menus, no bloat — just the essentials so you can build from scratch.

Why this template?

Most templates come with full menus pre-built, which doesn't help you learn. This gives you the foundation without making decisions for you.

What's included

  • BepInEx
  • 0Harmony
  • Assembly-CSharp
  • UnityEngine / UnityEngine.CoreModule
  • Photon Realtime + Photon PUN
  • Unity.TextMeshPro
  • Fusion.Runtime

You can add more references in Hex_Template.csproj.

Getting started

  1. Clone the repo
  2. Open Directory.Build.props and set GamePath to your Gorilla Tag install directory
  3. Open Plugininfo.cs and change the GUID, NAME, and Description to yours
  4. Add your plugin class inside Test.cs (see the example in the file)
  5. Build in Release mode — the DLL will be copied to your BepInEx plugins folder automatically

Customization

  • Name / Version / GUID: Edit Plugininfo.cs
  • Assembly name: Edit Hex_Template.csproj
  • Game path: Edit Directory.Build.props

Contact Discord: @itsreallyhex

About

A Gorilla tag modding Template

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages