Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

It doesn't load at all, after unpacking the zip and opening the file, the usual verification runs, and then a window opens that says basically "the file Out of Touch is damaged. You should move it to the Trash."

edit: wish I could be more helpful but that's all it says, no error code or more specific information. Just "this file is damaged"...

(+1)

It seems the problem is that new version of unity signs app bundles and any changes break it. You need to right click it and press “Open” or do xattr -d com.apple.quarantine ~/Downloads/Out\ of\ Touch.app in terminal for it to work. I will try to see if there are any workarounds for that. Also because of unity upgrade minimum supported mac version is now 10.15 sadly, if yours is lower you might want to try running windows version using wine.

right click Open gave the same error, but after running that command in terminal it works, thanks!