What is NuGet?
Warning
申し訳ありません。このページの日本語訳はございません。英語で表示いたします。
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.