Table of Contents

Build Stride without Visual Studio

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

image

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.

image