I'm having trouble on my mac. When I click on the app to open it, I get: The application “SU_2.1.8mac” can’t be opened. I've never had this issue in previous downloads. Is there anyway to fix this?
Someone posted the fix in the thread a few pages back. It can also be found pinned in the bugs channel of our Discord.
But, we'll share it in this post again anyway.
To our knowledge, this is a recent issue with Mac and newly compiled Unity games after a recent change/update, so you may need to hold on to this for future titles - going off of 2nd hand information however, we're still not entirely sure why its happening though.
Confirmed working
You need to launch Terminal [Applications/Utilities], then type or copy/paste
chmod +x [including a space after the x]
then drag the app you need to change the perms straight onto the Terminal window, which will fill in the correct path
hit Backspace once, as the last task will add an unnecessary space
Then you need to add the sub-path to the actual executable inside the app, so copy this & paste it onto the end of your current Terminal line /Contents/MacOS/
Hit Enter