Build Stride without Visual Studio
- Install Visual Studio Build Tools with the same prerequisites listed above.
- Add MSBuild to your system's PATH:
- Add MSBuild's directory to your
PATH
environment variable (e.g.,C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\Bin
).
- Add MSBuild's directory to your
- Clone the repository:
git lfs clone https://github.com/stride3d/stride.git
- Build using the command line:
- Navigate to the
/build
directory in the command prompt and run:
msbuild /t:Restore Stride.sln
- Then run:
compile.bat
- Navigate to the
Build Stride with Rider
With Rider 2025.2 and after commit 0e053a3 Stride can now be built hassle free from Rider, you just have to make sure that Use ReSharper Build
is enabled in your settings.
Hot Reload
To hot reload your changes, you can either pause and continue the program or click the hot reload button at the top of the text editor when it appears.