Nw Plugin API Nw Plugin API
Nw Plugin API Nw Plugin API
Nw Plugin API

Search Results for

    Setting up your environment

    Prerequisites

    • .NET CLI
    • .NET Framework 4.8
    • Any text editor
      • Visual Studio Code is the most popular choice ## Creating the project
    • Open your terminal of choice at the location you want to create your project at
    • Run dotnet new console -n MyName
    • Open the MyName.csproj file inside the MyName folder and change TargetFramework to net4.8

    Adding References

    1. Run dotnet add package Northwood.PluginApi -prerelease
    Northwood Studios @ 2022. All rights reserved.