BepInExInstaller
What is BepInEx? “Bepis Injector Extensible is a patcher/plug-in framework for Unity games that use Mono as their scripting backend.” https://docs.bepinex.dev/index.html Why does it need an Installer? I always thought this Framework wasn’t as easily usable for End-Users as it should be. To install BepInEx into your game, you need to select the right version for your game (32Bit or 64Bit) and if it is Mono or IL2CPP. I really wanted this to be as easy as possible with nothing to go wrong. For that reason i searched for an Installer and ended up finding the one by aedenthorn: BepInExUnityInstaller. ...