


The problems that we must work though to use NuGet are disparaging. Whilst NuGet works seamlessly with normal Visual Studio solutions, to use with Unity we must address several issues, such as Unity's tendency to regenerate the solution (which by default would wipe out our installed packages).

We'll need to work-around various issues to achieve this. This gives us convenient access to a new world of. When working with Unity we can use NuGet to install DLLs into our projects. In Visual Studio we can use the package manager console or the package manager GUI (demonstrated in the walkthrough below). NuGet can be used from the command line or from Visual Studio which has built-in support for it. NET world NuGet is used to manage the dependencies for Visual Studio solutions and projects. NuGet is a package-manager for installation and management of. Case Study: Installing and using JSON.NetĪfter talking about Unity and DLLs it seems natural to to now talk about Unity and NuGet.Using NuGet with a separate Visual Studio solution.Using NuGet with a normal Unity project.Read on to learn about NuGet and how to use it with Unity. Are you Unity developer wondering what NuGet is?
