Search Unity

Nuget Packages used by Unity packages

Discussion in 'Package Manager' started by bdovaz, Oct 27, 2020.

  1. bdovaz

    bdovaz

    Joined:
    Dec 10, 2011
    Posts:
    1,052
    I see that in "com.unity.ui@1.0.0-preview.9" you are depending on nuget packages and adding them like an upm package also.

    A colleague of yours (@xoofx) created on github a really nice solution:

    https://github.com/xoofx/UnityNuGet

    Are you using something like this now?

    Historically, managing Nuget packages with their huge chain of dependencies in Unity has always been a major problem that is easily solved in .NET projects through the Visual Studio UI and the Nuget client.

    Is this something that you are working on internally at Unity that could be exposed to us at some point?
     
  2. xoofx

    xoofx

    Unity Technologies

    Joined:
    Nov 5, 2016
    Posts:
    417
    Not really. These packages are hand-crafted NuGet packages with assemblies taken manually from existing NuGet package.

    We don't plan to add support for NuGet packages through UPM but by bringing support via SDK style csproj.
     
    Cameron_SM and bdovaz like this.