Welcome to BepInEx documentation!
Here you can find guides on how to install, configure and develop plugins for BepInEx!
About BepInEx
Bepis Injector Extensible is a patcher/plug-in framework for Unity games that use Mono as their scripting backend.
BepInEx provides various features, including
- drop-in installation;
- built-in configuration and logging systems;
- runtime method patching with Harmony -- includes Harmony and MonoMod to enable runtime method injection;
- in-memory assembly patching -- allows to patch game's assemblies with Mono.Cecil in memory with the help of UnityDoorstop;
- support for other mod loaders -- load Sybaris, UnityInjector, IPA and many other mods directly via BepInEx! See out list of supported mod loaders
BepInEx is fully open source under the MIT license.