An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          



BepInExInstall


🔧 Easily install and manage BepInEx & UnityExplorer for Unity games.



Build Status
Latest Release
License

---

## 📸 Preview

![Screenshot](https://i.imgur.com/zr9pF30.png)

![Screenshot](https://i.imgur.com/MEx6IpU.jpeg)

---

## 🚀 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)