Have your cake and eat it with the easiest and most convenient way to package DLLs directly within Unity!
DLLs (Dynamic Linked Libraries) provide many advantages beyond small-scale hobbyist Unity project development.
- Reduces compile time. DLL files are not compiled as part of the usual Unity script compilation process. Big projects no longer need to mean long compile times!
- Encourages modular development. Packaging your tools and common library classes into DLLs makes them easily portable and re-usable throughout multiple projects.
- Security. Perfect for distributing your projects (eg on the Unity Appstore) - package your tool into a dll to ensure your code remains your code.
No more separate Visual Studio projects, no more hand crafting of .csproj files, writing bash scripts and wondering why development always has to be so complicated - this amazing productivity tool lets you simply drag the C# script files directly into the DLLicious editor window, hit Build and your DLL file will be compiled and ready to integrate back into your Unity Project.
Features
- Supports multiple project files, each of which can be built separately any time at the click of a button.
- Drag and drop interface
- Supports dependencies, either from other DLLicious projects, or from any .dll file on your computer.
- Lets you specify exact Dot Net version to build with.
DLLicious is production-proven and has already been used on multiple projects! In fact DLLicious was used to package DLLicious!!!
Get ready to make your Unity Game development easier, faster, and more secure.