Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.53 KB

index.md

File metadata and controls

39 lines (28 loc) · 1.53 KB
title _disableAffix _disableToc _centerBody
Welcome to BepinEx Docs!
true
true
true

Note

Please note that documentation for BepInEx 6 is WIP.
If you would like to help with writing guides for BepInEx 6, consider contributing by writing guides!

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 and plug-in framework for Unity and .NET Framework games.

BepInEx provides various features, including

  • drop-in installation;
  • built-in configuration and logging systems;
  • runtime method patching with Harmony -- includes HarmonyX 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.

BepInEx is fully open source under the LGPL 2.1 license.

Getting started

  • Install BepInEx
  • List of some plugins useful for modding games
  • Write plugins
  • Browse API and its documentation