Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Hi. I'm trying to play on OSX, but the downloaded version says it can't be opened. Can you help me with this? 

(+1)

Ditto. I copied Terra Nil into applications, and double finger-clicked to open the menu, went to "open", and a "can't be opened" dialog appeared.

(4 edits) (+1)

From what I understand, catalina has some weird permissions issues running unity games.

If you change the permissions it should work. Try running this command in the terminal in the parent directory of the app


sudo chmod a+x "Terra Nil.app"/Contents/MacOS/*

(+1)

I'm have the same issue and fix said that's the files not found

(+1)

Hi mac folks, finally got a mac to test on today. I got the command a bit wrong before, it's actually:

sudo chmod a+x "Terra Nil.app"/Contents/MacOS/*

Make sure to run this in the same directory as Terra Nil

I'll edit my previous post to be correct as well :)

When I run the command it says "no such file or directory," what do I do