BepInEx/BepInEx.UnityInjectorLoader

UnityInjector loader for BepInEx

26

stars

28

commits

C#

primary language

Feb 27, 2024

updated

README

UnityInjector loader for BepInEx

This is UnityInjector loader for BepInEx.

Requirements

  • BepInEx 5.3 or newer

All other dependencies (UnityInjector API, ExIni) are bundled in the loader.

Installation

  1. Install BepInEx BepInEx
  2. Exctract the archive into your game folder. The files will be automatically put into their correct places
  3. Run the game once to generate the config file
  4. Modify the configuration file found in BepInEx\config\org.bepinex.plugins.unityinjectorloader.cfg if needed
  5. Move UnityInjector plug-ins to the specified folder
  6. Run the game

⚠️ NOTE ⚠️

You must remove the following files from Sybaris folder in order for this to work:

  • UnityInjector.dll
  • ExIni.dll
  • Any of UnityInjector patchers for Sybaris (i.e. COM3D2.UnityInjector.Patcher.dll)

Building

To build, you will need the latest BepInEx.dll.
ExIni is bundled in the source, so no need to get it.

The original UnityInjector is also not needed, as the loader implements a wrapper around the public API.

Contributors

ghorsington

27 commits

bbepis

1 commits

BepInEx/BepInEx.UnityInjectorLoader

UnityInjector loader for BepInEx

26

stars

28

commits

C#

primary language

Feb 27, 2024

updated

README

UnityInjector loader for BepInEx

This is UnityInjector loader for BepInEx.

Requirements

  • BepInEx 5.3 or newer

All other dependencies (UnityInjector API, ExIni) are bundled in the loader.

Installation

  1. Install BepInEx BepInEx
  2. Exctract the archive into your game folder. The files will be automatically put into their correct places
  3. Run the game once to generate the config file
  4. Modify the configuration file found in BepInEx\config\org.bepinex.plugins.unityinjectorloader.cfg if needed
  5. Move UnityInjector plug-ins to the specified folder
  6. Run the game

⚠️ NOTE ⚠️

You must remove the following files from Sybaris folder in order for this to work:

  • UnityInjector.dll
  • ExIni.dll
  • Any of UnityInjector patchers for Sybaris (i.e. COM3D2.UnityInjector.Patcher.dll)

Building

To build, you will need the latest BepInEx.dll.
ExIni is bundled in the source, so no need to get it.

The original UnityInjector is also not needed, as the loader implements a wrapper around the public API.

Contributors

ghorsington

27 commits

bbepis

1 commits

Languages

C#

100.0%