unity-packman icon indicating copy to clipboard operation
unity-packman copied to clipboard

Need an advice

Open gen4sp opened this issue 7 years ago • 1 comments

Hey, We a small team based in Moscow, we want to write Package Manager for Unity and make easier to work with dependencies and share a unity code and assets. Please, could you give us a few words, why did you stop working on this project? And what problem did you face? Thank you! [email protected] or [email protected]

gen4sp avatar Jun 12 '17 07:06 gen4sp

I believe that the idea of this project is very good. but this project was just a toy project. and it's hard to maintain the project by myself.

and actually, the main idea behind the project is pretty simple. it just uses git to fetch the dependency and its sub-dependencies from Github. and copy it to unity's Plugins folder. that's it.

the one problem that i couldn't resolved was that C# has no support for importing multiple versions of library unlike nodejs, there might be some version collision between dependencies.

thanks.

appetizermonster avatar Jun 14 '17 12:06 appetizermonster