Introduction
Here's what you'll need to get started:
- BepInEx Installed
- An IDE
- The Build Tools (dotnet/msbuild)
And here's how to do that:
Installation
BepInEx Installation
IDE's
For C# there are a few IDE's you can choose from:
| Name: | Monotization: | Compatibility: | Notes: |
|---|---|---|---|
| Visual Studio | Free | Windows / Mac | Recommended for Beginners |
| Rider | Paid / Free for Students | Windows / Linux / Mac | |
| Omnisharp with VSCode/Atom/Brackets/Emacs/Sublime Text | Free | Windows / Linux / Mac | |
| MonoDevelop | Free | Windows / Linux / Mac | No Longer Maintained |
Build Tools
For C# you can choose between two different build tools:
- MSBuild (Comes with Visual Studio, Rider, and Mono)
- DotNet (Can be Installed Standalone)