stride
stride copied to clipboard
How to add UWP platform ?
The latest version(4.1.0.1734) can't add UWP platform,It shows"The machine doesn't meet the requirements to build for the platform"
If I creat this platform ,It will show the error "The package Stride.Engine 4.1.0.1734 is not compatible with uap10.0.16299 (UAP,Version=v10.0.16299). 包 Stride.Engine 4.1.0.1734 支持:
- net6.0 (.NETCoreApp,Version=v6.0)
- net6.0-android31.0 (.NETCoreApp,Version=v6.0)
- net6.0-ios15.4 (.NETCoreApp,Version=v6.0)
I can creat UWP project from VisualStudio ,the stride seems to support UWP platform
But the docs don't contain the specific requirements and specific version. Now I don't know what I can do
Based off the info here -> https://github.com/microsoft/WindowsAppSDK/discussions/1615 UWP doesn't support .NET 6.0. You can use Stride 4.0 to build a UWP app with .NET 4.7 though.
Answered above by code-vine