Is it possible in unity to open source the game without distributing the source code of third-party plugins used?
For eg; I am using 2dtoolkit (purchased) for my game and want to make the game open source, if I understood correctly I have to put 2dtoolkit (which is no more but a bunch of code files) along with my game’s source code. This means distributing the software that I bought for free :). I have no intention of doing it and looking a way around it.
I could list 2dtoolkit as a dependency but it’ll be more convenient if I can put it up as a complete package so anyone can download and have with it.
Does anyone have any input on this?