https://github.com/prohatp/bepinexinstall
Easily install and manage BepInEx & UnityExplorer for Unity games.
https://github.com/prohatp/bepinexinstall
bepinex explorer game il2cpp install mod mod-loader modding mono unity unity-explorer unityexplorer
Last synced: 7 days ago
JSON representation
Easily install and manage BepInEx & UnityExplorer for Unity games.
- Host: GitHub
- URL: https://github.com/prohatp/bepinexinstall
- Owner: ProHatp
- License: mit
- Created: 2025-03-28T01:01:10.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-04-02T23:05:51.000Z (7 months ago)
- Last Synced: 2025-06-22T11:06:50.019Z (4 months ago)
- Topics: bepinex, explorer, game, il2cpp, install, mod, mod-loader, modding, mono, unity, unity-explorer, unityexplorer
- Language: C#
- Homepage:
- Size: 1.68 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
BepInExInstall
🔧 Easily install and manage BepInEx & UnityExplorer for Unity games.
---
## 📸 Preview


---
## 🚀 Features
- ✅ One-click BepInEx install (v5/v6 supported)
- ✅ UnityExplorer integration
- ✅ Drag & Drop game `.exe`
- ✅ Automatic Unity version & architecture detection
- ✅ Config editor (`BepInEx.cfg`)
- ✅ CLI support: `--install`, `--uninstall`
- ✅ GitHub Actions CI + auto release---
## 🔧 How to Use
```bash
# GUI mode
Run BepInExInstall.exe and drag your game .exe# CLI mode
BepInExInstall.exe --install "C:\Path\To\Game.exe"
BepInExInstall.exe --uninstall "C:\Path\To\Game.exe"
```---
## 🛠️ Build Locally
```bash
git clone https://github.com/ProHatp/BepInExInstall
cd BepInExInstall
build.bat
```Or open `BepInExInstall.sln` in Visual Studio 2019+ and build.
---
## 📦 Download
Grab the latest release from the [Releases page](https://github.com/ProHatp/BepInExInstall/releases).
---
## 📄 License
This project is licensed under the [MIT License](LICENSE).
---
## 🙏 Credits
- [BepInEx](https://github.com/BepInEx/BepInEx)
- [UnityExplorer](https://github.com/sinai-dev/UnityExplorer)
- [MetroFramework](https://github.com/thielj/MetroFramework)