Hi,
Was wondering if it would be possible for you to pre compile the packages as DLL. So I dont have to wait as long when making changes to one C#. I used to use UnityScript, and when you change one .js file all C# does not need to recompile.
Perhaps there are other ways around this that I am not aware of
Yeah, maybe I should start to do that as well.
I already have a script working so that I can compile the project to a dll, so it should be relatively easy to add it to my build script.
I might do it for the next release.