Skip to main content

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

I'm afraid that doesn't seem to be fixing it. The terminal output says "Not enough arguments for option -d. Expected at least 2 but got 1". I've no idea what any of that means, but I gather the command isn't functioning as intended, and the game still refuses to open.

Incidentally, I don't think it's a Unity issue. I've played other Unity-based AVNs without having this problem.

(1 edit)

It’s issue with specific version of Unity. We also didn’t have this issue until we upgraded. And your issue is caused by not adding space after quarantine. It’s supposed to be -d com.apple.quarantine path/to/game.app

That seems to have done it! That space is what I was missing. The terminal accepted the command, and the game launched after that. Sorry for being difficult, but I appreciate the guidance.