🗿First Project
Last updated
Last updated
If you don't know how to create your first project, you can follow the steps below.
1. Start Visual studio and click on the Create a New Project button.
2. Type “Class Library Net Framework” in the search box, select the correct result and click “Next”.
3. You need to make the configuration settings of your project from this section. If the configuration options do not look like below, you must have selected the wrong project type.
Project Name: It is the name of your project. Do not leave a space. If you want to use spaces, use “.” instead. (Example: Subnautica.MyFirstPlugin)
Location: The folder location of your project, you do not need to change it. You can change it if you want.
Solution Name: You don't need to change it.
Framework: Make sure to select version 4.7.2.
If you have done all the steps correctly, your project will be created as below. Now you can start creating plugins.