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

Thank you atakker! I really appreciate the assist, as I haven't had a proper opportunity to look into a real fix.

Basically the problem is that When you build a Mac version on PC the accessibility settings are all set wrong. It's a known problem and just another example of an easy problem to fix that Unity has know about for years and just not done anything about. There are solutions to this problem, I've just been stuck in travel-limbo trying to get home to my country and not had a great opportunity to sit down and fix it.

It's a pleasure BobboDev, happy to help! If you need help compiling for MacOS I can try help as well.

P.S. Thanks for the awesome content and game. 

(1 edit)

To be specific, it's a permissions issue. I don't know how Unity messed this up, but all that's needed is to add the "x" permission to ThatGame.app/Contents/MacOS/ThatGame using chmod. I don't see why this can't be done with Windows Subsystem for Linux (although I haven't tested that), but that should be much easier than setting up a Catalina VM (although setting up a Linux VM should also be easier if WSL doesn't work, tbh).