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

Incompatible with macOS with Apple Silicon #125

Open
YouTube-101 opened this issue Nov 17, 2023 · 3 comments
Open

Incompatible with macOS with Apple Silicon #125

YouTube-101 opened this issue Nov 17, 2023 · 3 comments

Comments

@YouTube-101
Copy link

The application downloaded from the official itch.io page causes the operating system to throw an "This application can't be opened" error at startup. So, to "fix" my issue, I downloaded the source zip file. I downloaded the latest and nearest version of the Unity editor and compiled the code to a build that supports Apple Silicon and Intel Macs, and the game worked perfectly fine.

I could give you the app file that supports both, or you could download an Apple Silicon-supported Unity editor and compile your build so you can edit the itch.io page so that people with Apple Silicon Macs don't flood the comments and its GitHub issues page (probably like what I'm doing right now as a suggestion.)

Thanks, and I am looking forward to your response.

@yj000018
Copy link

yj000018 commented Feb 6, 2024

Yes, please update the file!

@realBravo
Copy link

How did you compile the code? What steps did you take? Could you provide screenschots.

@YouTube-101
Copy link
Author

I compiled the game in Unity Editor version 2021.3.32f1 and I do suggest you to use this version to compile the game. But, you may use newer versions.
Screenshot 2024-05-01 at 18 56 30

Go to the Unity Hub, install a Unity Editor. MAKE SURE IT'S COMPATIBLE WITH APPLE SILICON. (DO NOT INSTALL THE INTEL VERSION)
Screenshot 2024-05-01 at 18 53 51

Go ahead and download the source code as .ZIP from this github repo.
Screenshot 2024-05-01 at 18 55 22

Tap the "add" button in your projects tab (Add project from disk)
Screenshot 2024-05-01 at 19 04 01

Then, open the added project in Unity. In there you can take a look at the game's source code and change whatever you want.

To compile the game, Just go to "File > Build Settings..."

This window will show up, Make sure target platform and the architecture is the same as this picture. And press build!
Screenshot 2024-05-01 at 19 08 23

Choose the location of the application you'd like to compile and once the build finishes, you'll have the compatible game on your computer.
Screenshot 2024-05-01 at 19 09 13

If you have any questions, please reply here.

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

3 participants