Unidux icon indicating copy to clipboard operation
Unidux copied to clipboard

NuGet

Open dolanmiu opened this issue 5 years ago • 1 comments

I use https://github.com/GlitchEnzo/NuGetForUnity to manage my dependencies

Is it possible to publish this on NuGet to accommodate this workflow?

dolanmiu avatar Oct 07 '19 15:10 dolanmiu

@dolanmiu

Hi, I'm sorry for my late response. I think it's not easy to support NuGet, because Unidux is heavily depends on Unity internal dlls (such as UnityEngine namespace). Unity internal dlls are not published on NuGet and it's rare to see the nuget library which depends on UnityEngine.

I think it's better to use Unity Package Manager for supporting package management. Unidux will support UnityPackageManager by the issue in near future.

mattak avatar Nov 06 '19 14:11 mattak