Creating the project is the first step to build a plugin!
In order to create a project for LabAPI you need to have the following tools or requirements:
.NET Framework 4.8arrow-up-right
Visual Studio Codearrow-up-right, Visual Studioarrow-up-right or a similar IDE like JetBrains Riderarrow-up-right
If you are missing something, please install it before proceeding.
For this tutorial we will use Visual Studioarrow-up-right as it is free, easy to use and intuitive.
Open up Visual Studio and click on Create a new project towards the bottom right.
Create a new project
Select Class Library (.NET Framework)
Enter your desired project name, then select .NET Framework 48 in the framework setting.
And voilà! The project is created. You can proceed with the next step! 😊
Last updated 1 year ago