Skip to content

Commit

Permalink
Update 2_plugin_start.md (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantomGamers authored Jul 10, 2024
1 parent 19c9914 commit d838176
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions articles/dev_guide/plugin_tutorial/2_plugin_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,10 @@ To create a project in the folder, do the following
* `<TFM>` is the TFM determined in step 1
* `<Unity>` is the Unity version determined in step 2

This will create a new folder named `MyFirstPlugin` that contains three files:
This will create a new folder named `MyFirstPlugin` that contains two files:

* `Plugin.cs`: Main plugin file. You can add more C# source files (`.cs`) as needed.
* `MyFirstPlugin.csproj`: Plugin project configuration
* `NuGet.Config`: Configuration file for NuGet package manager

If you use an IDE, you can proceed to open `MyFirstPlugin.csproj` or the entire folder in it.
If the IDE has .NET development support, it should automatically pick up the project settings.
Expand Down

0 comments on commit d838176

Please sign in to comment.