Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

PLEASE.. I cannot rat.. I have tried to play this game on different devices and none will run. I crave only rat and I have faith that if I can ever commit rat within this game I will enjoy it very much

Oh no! What operating systems/devices and browsers are you trying to behold the rat on? I can't recreate locally at the moment :(

(1 edit)

Technical info for the curious: This issue is likely now resolved. Project is a unity project built with webGL, and by default it will try to set up a cache. The issue is a timing one - if the network connection is a bit slow for whatever reason or happens out of order, you'll get a message in the browser's console saying "[UnityCache] indexedDB database could not be opened". Since this is cache related, you can disable the cache in builds under Project Settings>Player>HTML5>Publishing Settings>Data Caching which doesn't make a huge different for loading in most cases, particularly with smaller projects.

(1 edit)

While a bit late, I found someone else with the same issue and was able to sort it out for them, so it may work for you now. If you give it a go again, let me know how if it works for you!