Plugins directory.
Prerequisites
What you need before getting started: .NET SDK, ChroMapper, and environment setup
Quickstart
Install the template and create your first plugin in under five minutes
Harmony Patching
Learn how to patch ChroMapper methods at runtime using HarmonyLib
Reference
Template parameters, ChroMapper API attributes, and configuration options
What’s included
The template provides everything you need to start building immediately:Plugin entry point
A ready-to-use
Plugin.cs with [Plugin] and [Init] attributes correctly configuredHarmonyLib patching
HarmonyLib pre-referenced so you can start writing
[HarmonyPatch] classes right awayUnity references
All common Unity engine modules referenced via
ChroMapperDir — no manual DLL huntingAuto-deploy on build
Post-build step copies your DLL directly into ChroMapper’s
Plugins folderHow it works
Set ChroMapperDir
Point the
ChroMapperDir environment variable at your ChroMapper installation directory