Stride.Templates.Samples
4.4.0-beta2
Prefix Reserved
This is a prerelease version of Stride.Templates.Samples.
dotnet new install Stride.Templates.Samples@4.4.0-beta2
This package contains a .NET Template Package you can call from the shell/command line.
Stride dotnet new templates
C# project templates for Stride, an open-source 3D game engine. Use them to scaffold a new Stride game from the command line.
dotnet new install Stride.Templates.Games
dotnet new stride-game -n MyGame
cd MyGame && dotnet run --project MyGame.Windows
Packages
| Package | Templates | Notes |
|---|---|---|
Stride.Templates.Games |
stride-game |
Blank starter; bundled with the GameStudio installer |
Stride.Templates.Games.Starters |
stride-fps, stride-platformer2d, stride-topdownrpg, stride-thirdpersonplatformer, stride-vrsandbox |
Opinionated genre starters |
Stride.Templates.Samples |
18 feature demos (tutorials, graphics, physics, UI, particles, input, audio…) | Self-contained samples |
dotnet new -l after installing any of these lists every available stride-* short name.
Common parameters
| Parameter | Values | Meaning |
|---|---|---|
-n / --name |
string | Project name; substituted everywhere MyTemplate would appear |
--platforms |
host / windows / linux / macos / ios / android (repeat for multiple) |
Per-platform exec projects to include. host auto-detects current OS. |
--HDR |
true / false |
HDR rendering pipeline (requires --graphicsProfile >= 10.0) |
--graphicsProfile |
9.0 / 10.0 / 11.0 |
Shader feature level |
--orientation |
Default / LandscapeLeft / LandscapeRight / Portrait |
Mobile display orientation |
Per-template parameter list: dotnet new <template> --help.
Links
-
net10.0
- Stride.Core (>= 4.4.0-beta2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Stride.Templates.Samples:
| Package | Downloads |
|---|---|
|
Stride.GameStudio
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.4.0-beta2 | 204 | 7/4/2026 |
| 4.4.0-beta1 | 261 | 6/30/2026 |