🎢Quickstart

If you want to make plugins for Subnautica Below Zero, you first need to install the necessary programs and make adjustments.

To create a plugin you need to use the C# language. So you need to download Visual Studio.


Installion & Adjustments

  1. Download the latest version of Visual Studio from Microsoft's official website and complete the installation. (You may prefer the Community version)

  2. You must create a .NET Framework Class Project.

  3. The .NET Framework version of your project should target 4.7.2

Installation and adjustments are that simple. Once you've done that, you're ready to start building your first plugin.

Last updated