Comments

Log in with itch.io to leave a comment.

(1 edit)

I fixed my wand!  Time has been restored!!!

What a fun game.  I imagine that this game could have been a big hit on playstation or N64 in 1995.   Thank you so much for making it!

Getting it working on Mac:

Catalina has been having problems with Unity games (it says 'this game can't be opened') so I had to do the following:

chmod +x "Mac 3Contents/MacOS/*"

and then the usual gatekeeper workaround for downloaded apps: right click -> Open -> Open.

then it worked great! 

Also @Konstantine Khitrykh is right about Safari but it worked in Chrome really well on mac and its actually when I compare the Mac Native and HTML5 versions this is one of the best looking HTML5 ports I've seen.

Unfortunately, it doesn't work in Safari browser, JS console show errors:

SyntaxError: Invalid character '\u001f'

ReferenceError: Can't find variable: unityFramework

I've faced with the same problem, it could be fixed with disabling compression or set Brotli compression variant.