You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to be able to install the library via .unitypackage like UniRx / UniTask.
Pulling a NuGetForUnity dependency just to download a few libs seems like a lot of heavy lifting.
The text was updated successfully, but these errors were encountered:
I'm also not a big fan of NuGetForUnity. I have this simple bash script in my projects, which downloads any dependency for me. The result needs to be put in source control though:
It would be great to be able to install the library via
.unitypackage
like UniRx / UniTask.Pulling a
NuGetForUnity
dependency just to download a few libs seems like a lot of heavy lifting.The text was updated successfully, but these errors were encountered: