Cysharp / YetAnotherHttpHandler

YetAnotherHttpHandler brings the power of HTTP/2 (and gRPC) to Unity and .NET Standard.
MIT License
376 stars 33 forks source link

Create unitypackages using NuGetForUnity #54

Closed mayuki closed 8 months ago

mayuki commented 8 months ago

Use the libraries installed by NuGetForUnity to create the package.

Resolving packages and creating .unitypackages with UnityNuGet was reasonable and easy, but we found that manually removing some of the packages created with them resulted in dependency errors.

Since .unitypackage will not allow us to partially import the library, we will change it to a dependency-free form.