Software & Tools
The following software is used to build and contribute to Nitrox.
Required tools
NOTE If you know what you're doing you can, of course, pick your own poison.
- MS Visual Studio 2022 Community or Jetbrains Rider or just the VS BuildTools for CLI build.
- Git Bash (note: you can also install msys2 and install your favorite Unix tools + git from there)
- Subnautica from Steam or Epic
Optional tools
NOTE You may need some of these tools depending on your setup. If you're new to programming these are recommended.
- dnSpy or dnSpyEx To decompile and live debug Subnautica code
- UABEA Unity game assets viewer
- SourceTree This is a visual tool to help with Git. Though it is highly recommended to learn the git CLI.
- Additional Microsoft .NET components, such as .NET SDKs and .NET targeting packs.
- Unity 2019.4.36f1 if you want to work on visual aspects of the mod/game.
- Direct link: Win64
- SonarLint / ReSharper plugin for Visual Studio to help you improve your code quality.