Changes

Jump to navigation Jump to search
212 bytes added ,  20:19, 7 February 2020
Line 8: Line 8:     
== Project setup ==
 
== Project setup ==
To create your own mod start a .NET Class Library project in Visual Studio, targeted at the .NET 3.5 profile.  
+
To create your own mod start a .NET Class Library project in Visual Studio, targeted at the .NET 3.5 profile. You should download and install the '''.NET 3.5 Framework''' if you don't have it, '''.NET CORE is not the same.'''
Add a reference to the following libraries:
+
You should add a reference to the following libraries: Note that you might need to add references to more, depending on what you want to do.
    
* Software Inc_Data\Managed\UnityEngine.UI.dll
 
* Software Inc_Data\Managed\UnityEngine.UI.dll

Navigation menu