You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/contributors/engine/building-source-windows-visual-studio.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Build Stride with Visual Studio 2022
1
+
# Build Stride with Visual Studio 2026
2
2
3
3
Here are the steps to build Stride with Visual Studio. If you do not have or want to use Visual Studio, see [building with other IDEs](building-source-windows-other-ide.md).
4
4
@@ -7,7 +7,7 @@ Here are the steps to build Stride with Visual Studio. If you do not have or wan
- Open `<StrideDir>\build\Stride.sln` with Visual Studio 2022.
10
+
- Open `<StrideDir>\build\Stride.sln` with Visual Studio.
11
11
- Build the `Stride.GameStudio` project in the `60-Editor` solution folder (it should be the default startup project) or run it directly from Visual Studio's toolbar.
12
12
-_Optionally_, open and build `Stride.Android.sln`, `Stride.iOS.sln`, etc.
13
13
@@ -17,9 +17,9 @@ Here are the steps to build Stride with Visual Studio. If you do not have or wan
17
17
## If building failed
18
18
19
19
* Some errors for test projects are normal, GameStudio will start anyway.
20
-
* The Visual Studio extension might fail to build if you are missing the [Visual Studio SDK](https://learn.microsoft.com/en-us/visualstudio/extensibility/installing-the-visual-studio-sdk?view=vs-2022), but Game Studio will start anyway.
20
+
* The Visual Studio extension might fail to build if you are missing the [Visual Studio SDK](https://learn.microsoft.com/en-us/visualstudio/extensibility/installing-the-visual-studio-sdk?view=visualstudio), but Game Studio will start anyway.
21
21
* If you skipped any of the **Prerequisites** thinking you already have the latest version, please update to the latest to be sure.
22
-
* Visual Studio might have issues building properly if an older version is present alongside 2022. If you want to keep those versions, ensure they are up to date and that you are building Stride using Visual Studio 2022.
22
+
* Visual Studio might have issues building properly if an older version is present alongside 2026. If you want to keep those versions, ensure they are up to date and that you are building Stride using Visual Studio 2026.
23
23
* Your system's `PATH` should not contain older versions of MSBuild (e.g., `...\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin` should be removed).
24
24
* Some changes might require a system reboot. Try that if you haven't yet, for example, if you see these errors:
25
25
*`Could not find a compatible version of MSBuild.`
Copy file name to clipboardExpand all lines: en/contributors/engine/building-source-windows.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
1.**Latest [Git](https://git-scm.com/downloads)** with **Large File Support** selected during setup. For convenience, you might also use a Git UI client like [GitExtensions](https://gitextensions.github.io/).
- Run `dotnet --info` in a console or PowerShell window to see which versions you have installed.
8
-
3.**[Visual Studio 2026](https://visualstudio.microsoft.com/insiders/)** (the Community edition is free), with the following workloads. Follow this link if you would rather use [a different IDE or the command line](#build-stride-without-visual-studio).
8
+
3.**[Visual Studio 2026](https://visualstudio.microsoft.com/downloads/)** (the Community edition is free), with the following workloads. Follow this link if you would rather use [a different IDE or the command line](#build-stride-without-visual-studio).
9
9
-**.NET desktop development** with **.NET Framework 4.7.2 targeting pack***(should be enabled by default)*
10
10
-**Desktop development with C++** with:
11
11
-**Windows 11 SDK (10.0.22621.0)** or a later version *(should be enabled by default)*
@@ -16,12 +16,12 @@
16
16
-*Optional* (to build the VSIX package): **Visual Studio extension development**
17
17
18
18
> [!NOTE]
19
-
> The installation of Visual Studio with the required components may require up to **14 GB of disk space**, depending on your system and selected components.
19
+
> The installation of Visual Studio with the required components may require up to **19 GB of disk space**, depending on your system and selected components.
20
20
21
21
> [!WARNING]
22
22
> If this is your first time installing the .NET SDK, you might need to restart your system after the installation so that the system can recognize the new environment variables.
23
23
24
24
## Build Stride
25
25
26
-
-[Visual Studio 2022 instructions](building-source-windows-visual-studio.md)
26
+
-[Visual Studio 2026 instructions](building-source-windows-visual-studio.md)
27
27
-[Rider or Visual Studio Code instructions](building-source-windows-other-ide.md)
1.**.NET SDK 8.0 or higher:** You can download the installer from the [.NET SDK website](https://dotnet.microsoft.com/en-us/download)
3
-
- If .NET SDK is already installed, ensure you have version 8.0 or higher. You can check your version by running `dotnet --info` in a terminal.
2
+
1.**.NET SDK 10.0 or higher:** You can download the installer from the [.NET SDK website](https://dotnet.microsoft.com/en-us/download)
3
+
- If .NET SDK is already installed, ensure you have version 10.0 or higher. You can check your version by running `dotnet --info` in a terminal.
4
4
1.**Git installed:** You will need Git for version control. If you don't have Git installed, you can download it from the [Git website](https://git-scm.com/downloads)
5
-
1.**Development IDE of choice:** Choose an Integrated Development Environment (IDE) that you're comfortable with for development. Although there are various popular choices, such as Visual Studio, Visual Studio Code, and others, this guide will focus on using **Visual Studio**, as it is the primary IDE for the Stride project, and as of writing, we use **Visual Studio 2022**. You can download the free Community edition from the [Visual Studio website](https://visualstudio.microsoft.com/downloads/)
5
+
1.**Development IDE of choice:** Choose an Integrated Development Environment (IDE) that you're comfortable with for development. Although there are various popular choices, such as Visual Studio, Visual Studio Code, and others, this guide will focus on using **Visual Studio**, as it is the primary IDE for the Stride project, and as of writing, we use **Visual Studio 2026**. You can download the free Community edition from the [Visual Studio website](https://visualstudio.microsoft.com/downloads/)
Copy file name to clipboardExpand all lines: en/manual/files-and-folders/cached-files.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ You might want to clean the cache if:
14
14
15
15

16
16
17
-
2. If you have the [Stride Visual Studio extension](../get-started/visual-studio-extension.md) installed, you can also clean the asset cache. **Using VS 2022**: To do this, under Extensions > **Stride**, select **Clean intermediate assets for Solution**.
17
+
2. If you have the [Stride Visual Studio extension](../get-started/visual-studio-extension.md) installed, you can also clean the asset cache. **Using Visual Studio**: To do this, under Extensions > **Stride**, select **Clean intermediate assets for Solution**.
Copy file name to clipboardExpand all lines: en/manual/physics/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3

4
4
5
5
> [!WARNING]
6
-
> These pages are being updated. [Bullet Physics](../physics-bullet/index.md) is being phased out. We no longer plan to support or expand its features as our focus shifts to Bepu Physics. We recommend transitioning to Bepu Physics for access to the latest updates and ongoing improvements.
6
+
> [Bullet Physics](../physics-bullet/index.md) is being phased out. We no longer plan to support or expand its features as our focus shifts to Bepu Physics. We recommend transitioning to Bepu Physics for access to the latest updates and ongoing improvements.
7
7
8
8
Stride simulates real-world physics such as gravity and collisions using "Bepu physics".
9
9
This section explains how physics components work, how to add them to your project, and how to use them with scripts.
Copy file name to clipboardExpand all lines: en/manual/troubleshooting/stride-doesnt-run.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,27 +5,27 @@
5
5
If you're having trouble running Stride, make sure you've installed all the prerequisites:
6
6
7
7
* .NET SDK 10.0
8
-
* Visual C++ Redistributable 2019 (or later)
8
+
* Visual C++ Redistributable 2022 (or later)
9
9
* .NET Framework 4.7.2 (required for the Visual Studio plugin)
10
10
* Visual Studio or Build Tools (optional but recommended)
11
11
12
12
Alternatively, uninstall Stride, restart the Stride installer, and install the prerequisites when prompted.
13
13
14
14
### .NET SDK 10.0
15
15
16
-
.NET SDK 10.0 should have been installed by Stride prerequisite installer, if Visual Studio 2022 didn't do it previously.
16
+
.NET SDK 10.0 should have been installed by Stride prerequisite installer, if Visual Studio 2026 didn't do it previously.
17
17
18
-
If for some reason you need to install it manually, you can use [this link](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) and select the latest .NET SDK 10.0 for Windows.
18
+
If for some reason you need to install it manually, you can use [this link](https://dotnet.microsoft.com/en-us/download/dotnet/10.0) and select the latest .NET SDK 10.0 for Windows.
19
19
20
20
### Visual C++ Redistributable 2019 (or later)
21
21
22
22
To check if this is installed, see **Control Panel > Programs > Programs and Features** and look for **2015-2019 Redistributable**.
23
23
24
24

25
25
26
-
If it's not installed, you can download the Redistributable from [Visual Studio Downloads](https://www.visualstudio.com/downloads/) (under **Other Toolsand Frameworks**). Make sure to install both **x86** and **x64** versions.
26
+
If it's not installed, you can download the Redistributable from [Visual Studio Downloads](https://visualstudio.microsoft.com/downloads/) (under **Other Tools, Frameworks, and Redistributables**). Make sure to install both **x86** and **x64** versions.
27
27
28
-
> [!Note]
28
+
> [!NOTE]
29
29
> If you see **2015-2022 Redistributable** instead, it's ok. Since 2015, they are cumulative. Just make sure the last year is at least 2019.
30
30
31
31
### .NET Framework 4.7.2 (or later)
@@ -34,27 +34,27 @@ To check if this is installed, follow the instructions on [this page](https://le
34
34
35
35
If it's not installed, you can download it from the [Microsoft Download Center](https://dotnet.microsoft.com/en-us/download/dotnet-framework).
36
36
37
-
> [!Note]
37
+
> [!NOTE]
38
38
> If you have .NET 4.8 installed, you don't need to install .NET 4.7.2. Each 4.x version is cumulative.
39
39
40
-
### Visual Studio 2022 (optional)
40
+
### Visual Studio 2026 (optional)
41
41
42
-
If you have Visual Studio 2022 (or later) installed, you need to have the following workloads and/or components installed:
42
+
If you have Visual Studio 2026 (or later) installed, you need to have the following workloads and/or components installed:
43
43
***.NET desktop development** with **Development tools for .NET** optional component enabled.
44
44
45
-
> [!Note]
46
-
> Earlier versions might work with older version of Stride. However, for Stride 4.2 and later you only need to have .NET SDK 10.0 installed.
45
+
> [!NOTE]
46
+
> Earlier versions might work with older version of Stride. However, for Stride 4.3 and later you only need to have .NET SDK 10.0 installed.
47
47
48
-
### Build Tools for Visual Studio 2022 (optional)
48
+
### Build Tools for Visual Studio 2026 (optional)
49
49
50
-
If you **don't** have Visual Studio installed and don't want to install it, you can install **Build Tools for Visual Studio** instead. You can download this from [Visual Studio Downloads](https://www.visualstudio.com/downloads/) (under **Tools for Visual Studio**).
50
+
If you **don't** have Visual Studio installed and don't want to install it, you can install **Build Tools for Visual Studio** instead. You can download this from [Visual Studio Downloads](https://visualstudio.microsoft.com/downloads/) (under **Tools for Visual Studio**).
51
51
52
52
You need to have the following workloads and/or components installed:
53
53
***.NET desktop build tools** with **.NET SDK** optional component enabled.
54
54
55
-
> [!Note]
55
+
> [!NOTE]
56
56
> If you don't need Visual Studio, don't worry – it doesn't install it.
57
-
>
57
+
>
0 commit comments