stride3d / stride

Stride Game Engine (formerly Xenko)
https://stride3d.net
MIT License
6.34k stars 920 forks source link

[Mobile] Going forward with mobile support for Android and iOS #1414

Open tebjan opened 2 years ago

tebjan commented 2 years ago

Copied from the Discussion on Discord:

The possible path forward:

Stride 4.0.x

Stride 4.1.x

Miscellaneous

xen2 commented 2 years ago

FYI, master (4.1) already has net6.0-ios (compiles, not tested) and net6.0-android (tested and it could run a default game; not sure if there might have been a bug with cubemaps (or not)). So for sure 4.1 won't ship with .NET 5.0 (nor UWP). It's 100% .NET 6.0.

SeleDreams commented 2 years ago

talking about the lack of uwp for the new versions, i wonder if uwp couldn't end up replaced by the GDK that microsoft made available, the public one is for windows games, but is made so it is very easy to then compile for xbox after obtaining the rights to do so from microsoft https://github.com/microsoft/GDK

tebjan commented 2 years ago

related to: https://github.com/stride3d/stride/issues/1419