[Released] DLLicious - build DLL's in Unity using drag and drop

DLLicious gives you the ability to drag and drop C# files into a DLLicious project within Unity and build DLLs with them in seconds.

It’s just gone live on the asset store and you can find it here:

These DLL files have some cool advantages:

  • Easily shared between projects. Perfect for core or common library classes.
  • Reduce compile time because DLL’s are ignored by Unity as part of the project compilation stage.
  • Keeps your code more secure if you need to distribute it externally, eg on the Asset Store. Yes, DLLicious was compiled with DLLicious for distribution!

Here’s a video showing it in action

And some screenshots of the interface


Please let me know if you have any feedback or if you find it useful. Thanks guys