Comments

Log in with itch.io to leave a comment.

Interesting start. Must have been difficult getting the game to conform to two jams.

(+2)

not loading for me on browser, will check it out later on download.

same issue, using chrome

(2 edits)

can see the lower edge of what appears to be a dialogue/alert window that might be blocking the game from loading, but no means to bring it in focus.

EDIT: success in getting the dialogue in focus.

Unable to parse Build/FriendQuestWebGL.framework.js.br! This can happen if build compression was enabled but web server hosting the content was misconfigured to not serve the file with HTTP Response Header "Content-Encoding: br" present. Check browser Console and Devtools Network tab to debug.

(not duplicated to webconsole.)

(1 edit)

To piggy-back off this comment: I think BR refers to it being compressed as brotli.

Take a look at 'Compression format' here:

https://docs.unity3d.com/Manual/webgl-deploying.html

You may have better luck with "gzip". It just seems that itch.io's servers don't properly deal with HTTP headers when it's a brotli compressed file.