X Tutup
Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Unity Mod Studio for BepInEx build tools

MSBuild targets for Unity Mod Studio for BepInEx projects.

An add-on package for UnityModStudio.Build.

Designed to be used with the Unity Mod Studio extension for Visual Studio 2022. Currently not very usable stand-alone because it requires the game registry which is managed by said extension.

Implemented features

  • Deploying and configuring the BepInEx mod loader.

Game registry

The list of installed games is stored in %LOCALAPPDATA%\UnityModStudio\GameRegistry.json. You may copy this file to the same location on the target machine if you need to build your project on a machine which does not have the extension installed.

X Tutup