Table of Contents

What is NuGet?

Intermediate

NuGet is a package manager for .NET projects (which includes C#). It's used by Stride to manage engine libraries and it can also be used for utilizing other ones in your game.

Tip

Because Stride projects are regular .NET projects, they can use almost any NuGet package. This is a major advantage of Stride. You can benefit from the wider .NET ecosystem, including many packages that are not specifically game-related.

For more information on NuGet, check out NuGet for Beginners.

See also