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

Provide a way to export a Paket-based project as a .unitypackage #14

Open kibiz0r opened 8 years ago

kibiz0r commented 8 years ago

If we have #13, then a natural next step is to let Unity developers choose to share their projects as .unitypackages, which are suitable for import through the editor or uploading to the asset store.

Larusso commented 6 years ago

If you're not against using gradle: https://github.com/wooga/atlas-unity -> gradle unity wrapper https://github.com/wooga/atlas-paket -> gradle paket wrapper

see also our opinionated release plugin which does exactly that https://github.com/wooga/atlas-release.