wooga / Paket.Unity3D

An extension for the Paket dependency manager that enables the integration of NuGet dependencies into Unity3D projects.
http://wooga.github.io/Paket.Unity3D/
The Unlicense
42 stars 9 forks source link

Allow .unitypackage dependencies to be installed from the Unity Asset Store #15

Open kibiz0r opened 8 years ago

kibiz0r commented 8 years ago

Maintaining dependencies purchased through the Asset Store can be a real pain, and the best solution I have in the short term is to manually check for updates and re-package them as Nuget/Paket packages that are hosted privately.

That's an okay solution, but it's a real pain and cuts out a lot of the potential usefulness of using Paket in the first place.

I would like to be able to specify a dependency that lives on the Asset Store, and use semver to constrain it, and be able to automatically update when new matching versions come out.