This extension is designed to simplify and streamline the process of creating mods for Unity games using MelonLoader. Inspired by tools like MelonLoader.VSWizard. Whether you're working with IL2CPP or Mono games, this tool automates the setup of your modding environment.
What Does It Do?
This extension takes care of all the tedious setup tasks involved in MelonLoader modding:
Generating the required boilerplate code (MelonMod, MelonInfo, and MelonGame).
Referencing essential assemblies for mod development, including MelonLoader, Harmony, and IL2CPP proxy assemblies.
Open the Command Palette (Ctrl+Shift+P) in Visual Studio Code.
Type "Start MelonLoader Wizard".
Follow the Prompts:
Select the Unity game executable.
Enter your mod's name and choose its location.
The extension will generate the project and open it in a new VSCode window.
Licensing
This project incorporates elements inspired by MelonLoader.VSWizard but has been reimagined for Visual Studio Code users. Licensing details are as follows: