Skip to content
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

Steamworks.NET for Unity does not work on MacOS builds on devices with newer ARM architecture #665

Open
OnistDerFalke opened this issue Dec 10, 2024 · 1 comment

Comments

@OnistDerFalke
Copy link

OnistDerFalke commented Dec 10, 2024

I have a problem I work with Unity 2022.3.39f1 and more versions. It happens everywhere I tried. I also downloaded your Steamworks.NET as unitypackage (Steamworks.NET_2024.8.0.unitypackage file).

Steam API works fine in games built on Windows, Linux and MacOS (only on Intel architecture). Builds for newer MacOS devices with ARM architecture work in the same way but every method that is called from your Steam API wrapper does not even work like I have never called it - that means cloud saves, achievements etc. do not work.

Could you help me to find a solution for this problem?

@jeremytm
Copy link

jeremytm commented Jan 21, 2025

Strange, we're using the same version (2024.8.0) also on Unity 2022.3 but it's the opposite. It has fixed issues we were having on macOS M1 / Apple Silicon, but now it doesn't work on Windows.

Downgrading Steamworks to 20.2.0 fixes Windows again. No other changes, just the version of Steamworks where 2024.8.0 breaks and gives "unknown assembly" during Init(), while 20.2.0 is fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants