|
@@ -4,22 +4,18 @@
|
|
|
|
|
|
|
|
If you're having trouble running Stride, make sure you've installed all the prerequisites:
|
|
If you're having trouble running Stride, make sure you've installed all the prerequisites:
|
|
|
|
|
|
|
|
-* .NET Framework 4.7.2 (required for the Visual Studio plugin)
|
|
|
|
|
|
|
+* .NET 8 SDK
|
|
|
* Visual C++ Redistributable 2019 (or later)
|
|
* Visual C++ Redistributable 2019 (or later)
|
|
|
|
|
+* .NET Framework 4.7.2 (required for the Visual Studio plugin)
|
|
|
* Visual Studio or Build Tools (optional but recommended)
|
|
* Visual Studio or Build Tools (optional but recommended)
|
|
|
|
|
|
|
|
Alternatively, uninstall Stride, restart the Stride installer, and install the prerequisites when prompted.
|
|
Alternatively, uninstall Stride, restart the Stride installer, and install the prerequisites when prompted.
|
|
|
|
|
|
|
|
-### .NET Framework 4.7.2 (or later)
|
|
|
|
|
-
|
|
|
|
|
-To check if this is installed, follow the instructions on [this page](https://learn.microsoft.com/en-us/dotnet/framework/migration-guide/how-to-determine-which-versions-are-installed).
|
|
|
|
|
|
|
+### .NET SDK 8.0
|
|
|
|
|
|
|
|
-If it's not installed, you can download it from the [Microsoft Download Center](https://dotnet.microsoft.com/en-us/download/dotnet-framework).
|
|
|
|
|
|
|
+.NET SDK 8.0 should have been installed by Stride prerequisite installer, if Visual Studio 2022 didn't do it previously.
|
|
|
|
|
|
|
|
-> [!Note]
|
|
|
|
|
-> If you have .NET 4.8 installed, you don't need to install .NET 4.7.2. Each 4.x version is cumulative.
|
|
|
|
|
->
|
|
|
|
|
-> If you install Visual Studio, make sure you also select the **.Net Desktop development** workload. The base Visual Studio installation isn't enough.
|
|
|
|
|
|
|
+If for some reason you need to install it manually, you can use [this link](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-8.0.101-windows-x64-installer).
|
|
|
|
|
|
|
|
### Visual C++ Redistributable 2019 (or later)
|
|
### Visual C++ Redistributable 2019 (or later)
|
|
|
|
|
|
|
@@ -32,6 +28,14 @@ If it's not installed, you can download the Redistributable from [Visual Studio
|
|
|
> [!Note]
|
|
> [!Note]
|
|
|
> 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.
|
|
> 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.
|
|
|
|
|
|
|
|
|
|
+### .NET Framework 4.7.2 (or later)
|
|
|
|
|
+
|
|
|
|
|
+To check if this is installed, follow the instructions on [this page](https://learn.microsoft.com/en-us/dotnet/framework/migration-guide/how-to-determine-which-versions-are-installed).
|
|
|
|
|
+
|
|
|
|
|
+If it's not installed, you can download it from the [Microsoft Download Center](https://dotnet.microsoft.com/en-us/download/dotnet-framework).
|
|
|
|
|
+
|
|
|
|
|
+> [!Note]
|
|
|
|
|
+> If you have .NET 4.8 installed, you don't need to install .NET 4.7.2. Each 4.x version is cumulative.
|
|
|
|
|
|
|
|
### Visual Studio 2022 (optional)
|
|
### Visual Studio 2022 (optional)
|
|
|
|
|
|
|
@@ -52,12 +56,6 @@ You need to have the following workloads and/or components installed:
|
|
|
> If you don't need Visual Studio, don't worry – it doesn't install it.
|
|
> If you don't need Visual Studio, don't worry – it doesn't install it.
|
|
|
>
|
|
>
|
|
|
|
|
|
|
|
-### .NET SDK 8.0
|
|
|
|
|
-
|
|
|
|
|
-.NET SDK 8.0 should have been installed by Stride prerequisite installer, if Visual Studio 2022 didn't do it previously.
|
|
|
|
|
-
|
|
|
|
|
-If for some reason you need to install it manually, you can use [this link](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-8.0.101-windows-x64-installer).
|
|
|
|
|
-
|
|
|
|
|
## See also
|
|
## See also
|
|
|
|
|
|
|
|
* [Install Stride](../get-started/install-stride.md)
|
|
* [Install Stride](../get-started/install-stride.md)
|