stride icon indicating copy to clipboard operation
stride copied to clipboard

How to add UWP platform ?

Open DJDQfff opened this issue 2 years ago • 1 comments

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

DJDQfff avatar Aug 14 '22 08:08 DJDQfff

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.

code-vine avatar Aug 14 '22 19:08 code-vine

Answered above by code-vine

Eideren avatar May 26 '24 09:05 Eideren