BepInEx [v5.4.23.5]
-
Download (624.14 kB)February 10, 2026, 12:13 PM(64-bit)bepinex-v5-4-23-5_1770714794_16907.zip
-
Download (623.58 kB)February 10, 2026, 12:13 PM(32-bit)bepinex-v5-4-23-5_1770714794_415280.zip
BepInEx is a universal Unity plugin loader to allow code execution and in-memory patching for games that do not have native support for it.
This loader is set apart from other plugin loaders as it has support for editing .DLL assemblies without requiring changes on disk, which makes it extremely powerful to make changes with.
Currently only Windows is supported, but can be run on Linux with Proton/Wine. Native support for Linux and Mac OS X will be included in a future update.
BepInEx is compatible with almost every Unity game under the sun. Notable exceptions are games that use an IL2CPP runtime (such as VRChat).
Installation guide:
Installing the framework:
- Ensure you download the correct variant of BepInEx for your game (32-bit or 64-bit), otherwise when you install it, it will fail to load and not show any visible signs of this.
You can check which type your game is by running it, opening it in task manager and seeing if the game has "(32-bit_" next to it's name. If it does, then it requires the 32-bit version, otherwise the 64-bit version. - Extract all of the files inside the .zip file to your game directory. If extracted correctly, it means that next to your Unity game .exe, there is a "winhttp.dll" file, and a "BepInEx" folder.
Temporarily disabling the framework:
- Rename "winhttp.dll" to something else. Rename it back to it's original name to re-enable the framework.
Uninstalling the framework:
- Delete "winhttp.dll", "doorstop_config.ini" and the "BepInEx" directory.
Editing BepInEx or plugin configuration:
- Configuration files are located in the BepInEx/config directory. They use TOML, which is very similar to .ini files.
Installing plugins:
- Plugins should be extracted and placed into the BepInEx/plugins directory. It is not required for each plugin .DLL to have it's own folder, but it is highly recommended to keep the folder clean and organized.
Useful links: