Changes

Jump to navigation Jump to search
No change in size ,  18:31, 13 April 2016
Line 490: Line 490:     
== Modding with DLLs ==
 
== Modding with DLLs ==
As of Alpha 8.10, Software Inc. supports loading assemblies at runtime.
+
As of Alpha 8.10 Software Inc. supports loading assemblies at runtime.
    
A good grasp of Unity3D programming is needed.
 
A good grasp of Unity3D programming is needed.
   −
To create your own mod, start a .NET project targeted at the .NET 3.5 profile. Note that you might want to compile your mod with the mono compiler, to enable cross platform support.
+
To create your own mod start a .NET project targeted at the .NET 3.5 profile. Note that you might want to compile your mod with the mono compiler to enable cross platform support.
 
Add a reference to the following libraries:
 
Add a reference to the following libraries:
 +
 
Software Inc_Data\Managed\UnityEngine.UI.dll
 
Software Inc_Data\Managed\UnityEngine.UI.dll
 +
 
Software Inc_Data\Managed\UnityEngine.dll
 
Software Inc_Data\Managed\UnityEngine.dll
 +
 
Software Inc_Data\Managed\Assembly-CSharp.dll
 
Software Inc_Data\Managed\Assembly-CSharp.dll
  

Navigation menu