Is a MacOS version coming soon?
Viewing post in Between the Lines: Prologue comments
Hello. I think I might need a little more info on this. Are you receiving error messages? I'm not certain why this build wouldn't work on your system, but I'm sure it's something I'm doing.
I don't know much about Macs, but there aren't any build options that I see that would specify a chip or anything.
Hey! So when you're building for Mac in Unity, you should be able to specify the architecture you want to target. This is found in the build settings. See Unity docs, first section titled "Target architecture": https://docs.unity3d.com/Manual/macos-building.html you want to make sure you target both Intel 64-bit and Apple Silicon (the silicon option is for M1 chips). This way you can ensure your game will run on Macs built after November 2020. Cheers!