Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

glad i could help! the webgl build doesn’t load fully for me (javascript console says “invalid or unexpected token” in framework.js, and “unity framework is not defined” - i did a quick google search and this might be related to compression settings for unity’s webgl builds, could be something else though…). anyways, the windows build works! unfortunately i’m not able to finish the first level: it shows the “press E to end” text but if i press E, nothing happens :/ i love the concept though, it’s really cool! nice use of the limitation.

(3 edits)

Yeah WebGL doesn't load in Safari either, error states:

  • [Error] SyntaxError: Invalid character '\ufffd' (anonymous function) (BubbleSnake_WebGL.framework.js.br:1)
  • [Error] ReferenceError: Can't find variable: unityFramework (anonymous function) (BubbleSnake_WebGL.loader.js:1:3182)

Maybe I don't have the UnityLoader.js, or UnityFramework whatever it is in the build folder, which is weird I guess.

I’m really not sure what’s causing the problem with ending the level, I assume all other input works seeing that you got to the end of the first level, so it isn’t input incompatibility. But at least though all my tests “e” works, still unsure about Windows build obviously, so sorry about that, will need to do a lot more testing before publishing in the future ig.