👶Your First Plugin

This guide goes over setting up a development environment using Visual Studio and compiling your first plugin

Preface

A Plugin is a compiled C# assembly file that is loaded by BepInEx to allow for custom code to be executed, such as patches or custom behaviour

Last updated

Was this helpful?