Mac Fix
A downloadable tool for Linux
Download NowName your own price
Runs on Mac
Unity builds from windows dont run on macs -- permission and notarization issues.
You can download this script, put it in the same folder as the .app file of your unity game.
If there is only one .app file in the folder, it will automatically pick it up.
Else, Drag the .app onto the Terminal window after typing the script name if you don't want to type the path.
Open a Terminal in the folder (right click on folder, then "Open Terminal at folder") and run:
chmod +x fix.sh
and if only one .app file in the folder,
./fix.sh
else
./fix.sh /path/to/YourGame.app
It works on apple silicon just fine but if you need to add the sign flag,
./fix.sh --sign
or
./fix.sh --sign /path/to/YourGame.app
Download
Download NowName your own price
Click download now to get access to the following files:
fix.sh 6.4 kB

Leave a comment
Log in with itch.io to leave a comment.