Hi, I have looked around, but found no solution to the following problem: we want to package complete game modules - containing scenes, game objects, scripts, etc - and share those between projects.
There are Asset Bundles, but they do not include scripts, which can be exported as DLLs, but then again both parts are not packaged together.
This seems to be possible somehow, since Asset Store is doing exactly that.
My question is - can we somehow use exactly same functionality - to package stuff together and reuse it between projects?