Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

So I'm actually quite new to MacOS, so it might have been more my fault, but I think the error I was getting was due to the export not being code signed (https://godotengine.org/article/godot-3-3-has-arrived#macos) which might only be possible to do when exporting from MacOS.

I was able to run your game after modifying the file with this command: 

xattr -d com.apple.quarantine [path/to/file] 

It might not be a bad idea to add that line to your download instructions to help anyone else on MacOS who runs into the same issue I did, but after running that command It worked without issue! Sorry for the false alarm!