Skip to main content

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

RAruler

7
Posts
1
Followers
A member registered Mar 03, 2019 · View creator page →

Creator of

Recent community posts

I enjoyed that you gave the player an immediate out. The slipping mechanic was a nice touch. 

Thanks for the kind words, and the bug report!

I really enjoyed the transitions and the music. 

On macOS, the binary is not marked as executable, you'll need to type in a terminal

chmod +x KatanMacOS.app/Contents/MacOS/KATAN

Then you can open it, subject to macOS & Gatekeeper security. This seems to be a thing with Unity apps, unclear why. 

I like your fishing reel and line setup. Your book is very Myst-esque.

For the macOS version, the binary is not set to be executable, so you will need to run

chmod +x No\ Point\ MacOS.app/Contents/MacOS/Brackey\'s\ Game\ Jam\ 2025

before it will be able to be opened, and then you deal with macOS security & Gatekeeper after that

Unsure what the Unity build process is doing, but this seems to be a common occurrence 

(3 edits)

The app binary is not set to be executable, so you may need to run this in a terminal

chmod +x game\ 3\ .app/Contents/MacOS/My\ project\ \(3\)

Then you can run it, subject to the standard macOS Security & Gatekeeper issues