amazing game, very dystopian, really conveys the feeling of helplessness
not isaiah
Recent community posts
@Cortizol
Hi, this is a common problem for Mac games. Right click on the app > show package contents > MacOS
Then open terminal. Type
chmod +x
Then drag the files of the MacOS folder (usually one file, sometimes 2) into Terminal and press enter. You should have ran:
chmod +x /path/to/game/MacOS/game file
This makes the core game executable, and it should now work.
If it doesn't, Apple is quarantining it because it's from an unknown developer. To solve this, go to that MacOS folder again, open terminal and type then drag to make:
xattr -dr com.apple.quarantine /path/to/game/MacOS/game file
Run the command and it should work fine.
Hope this helps!
for unity bundles on mac open terminal and run:
cd 'Users/[your name]/[folder the game is in]/Slide in the Woods MAC/Contents/MacOS'
replace [your name] and [folder the game is in] with your actual username and for example Downloads. (or just copy that MacOS folder as pathname) Then, in the same Terminal window, run:
chmod +x "Slide in the woods"
./Slide\ in\ the\ woods
This should work. if it doesnt lmk