-
-
Notifications
You must be signed in to change notification settings - Fork 957
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows on Arm support #2018
Comments
I delved a little bit into this with the changes to .NET 8 this is handled here. At line 41 you can see it finds my .NET 8 SDK in the typical SDK folder. Unfortunately I cant see all the enumerated results seemingly due to a threading issue but this is likely where your issue lies. |
The issue likely is because MSBuild wasn't supported on ARM until recently (.NET 6 was released in 2021). See: https://learn.microsoft.com/en-us/visualstudio/install/visual-studio-on-arm-devices |
Thanks @Kryptos-FR, yeah I'm aware that it's relatively new. But I'm looking to add support for Stride on WoA. I can put up a WIP PR, but I'm still having issues building Stride. More information can be found on discord in #contributors in the meantime. |
Is your feature request related to a problem? Please describe.
Currently using the Stride Editor on Windows on Arm is not possible without changes to the Stride Game Studio, VS Extension, etc
Describe the solution you'd like
I'd like to make changes to allow the Stride Editor et al to have functional parity with "regular" Windows.
Describe alternatives you've considered
I've considered firing up a x64 VM for just the editor, but this should not be required.
Additional context
Currently the first roadblock encountered is this;
And yes, the SDK installed, albeit the Arm64 version.
The text was updated successfully, but these errors were encountered: