Unity Mod Studio
Allows creating mods for Unity games using Visual Studio 2019.
Implemented features
- Creating a new project.
- Setting the base game path using a project wizard.
- Determining proper target framework.
- Referencing game assemblies.
- Deploying the mod into the game.
- Deploying and configuring a mod loader.
- Resolving the game path from built-in game registry.
Planned features
- Resolving the game path from Steam or Windows registry.
- Debugging the mod.
Visual Studio support
Release 1.1 is the last release which supports Visual Studio 2019. New features are available in Visual Studio 2022 version.
Contents
- A Visual Studio 2019 extension containing the project template and wizard.
- The
UnityModStudio.Build NuGet package which resolves game assembly references and helps building the mod.
- The
UnityModStudio.ModLoader.UnityDoorstop NuGet package which configures the Unity Doorstop mod loader.
| |