Installation Nuget

Nuget package is about 6Go, it installs on drive C where Windows is installed, i don’t have lot of space to install other programs and keep space for windows updates.
Technically , could Nuget be installed in the same folder as Xenko installation ?

You can actually change where NuGet puts its data, I had to do the same thing to even install the 3.1 beta: https://docs.microsoft.com/en-us/nuget/consume-packages/managing-the-global-packages-and-cache-folders

The NUGET_PACKAGES env variable seemed to me like the easiest option and what I went with personally

As for your main question if you can keep them alongside Xenko itself I’m not sure, but you can at least get them off your C drive

1 Like

Could Nuget path ( NUGET_PACKAGES env variable ) be something we setup when installing Xenko with the launcher ?
Xenko install would be more straight forward.