I’m currently trying to build for MacOS Big Sur, and having lots of difficulties. Target Macs are Intel, not m1.
Here’s what we’ve tried so far.
Our primary dev machines are windows and primary engine version is 2019.4.14 LTS
Built for MacOS, runs fine on Catalina. When running on BigSur, we see a “unable to open application” error.
Copied over project and built it on Unity 2020.2.1f1 on the Intel + Apple silicon, as well as intel only option option and saw the same error.
Perusing some forums, I ran across this:
First command says no such app found.
I tried an Unity Cloud Build for MacOSX Universal, and that actually worked! However, the build was buggy. Lightbakes were all screwed, seeing errors that we didn’t have before, so I don’t want to use this option.
So… is there any way I can make Mono builds work for macos Big Sur or solve that app can’t be found issue.
Which version of 2020.2 are you on? Any chance “steam_api.bundle” doesn’t support Apple silicon natively and only has an x64 slice? That would cause it to not load when the application is running on Apple silicon hardware natively.
2020.2.0f1. Judging from the log in the steam community thread, it definitely does not support Apple silicon natively. Question is why Steam didn’t automatically detect this.
My guess is that you exported the game as “Intel 64-bit + Apple silicon”, so it tried running it natively because the executable was universal and it probably doesn’t look at the plugins.
It seems to be the case! Maybe because “Intel 64-bit + Apple silicon” seems to be set as default architecture since 2020.2? I build from editor script, so never really check the build settings window.
If a plugin is configured as “Intel 64-bit only” and you’re building for “Intel 64-bit + Apple silicon”, it will not get copied over. And yeah, “Intel 64-bit + Apple silicon” is the default now so that games work on the new hardware natively.