Build Stride without Visual Studio
- Install Visual Studio Build Tools with the same prerequisites listed here
- Add MSBuild's directory to your system's PATH (ex:
C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\Bin
) - Open a command prompt, point it to a directory and clone Stride to it:
git lfs clone https://github.com/stride3d/stride.git
- Navigate to
/Build
with the command prompt, inputmsbuild /t:Restore Stride.sln
thencompile.bat
Build Stride with Rider
With Rider 2024.1 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.