Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.13 KB

README.md

File metadata and controls

21 lines (18 loc) · 1.13 KB

UniDLL

Editor window to create DLLs from C# code in Unity easily

How to use

  • In Unity, go to Tools/UniDLL/Dll Creator
  • Fill the following details
    • .NET Compiler: the version of the compiler to be used
    • DLL Name: the name of the DLL that is to be generated
    • Source: list of C# sources. Add a Folder to add all the *.cs files inside it recursively or add a .cs file to add a single source file
    • Defines: list of compiltation symbols for the DLL
    • References: list of references that must be used for compiling.
  • Click Create
  • The build is stored inside the Unity Project's Assets folder in a folder called <DLL Name>-build. Any LICENSE and README files from the Unity project root are also copied there. Right-click on this folder to export a UnityPackage.

More

Contact

@github
@www