Hi!
I’m have an issue with the live update. I already implemented this for a previous game over two years ago and it worked great. But not now.
The game is HTML5 - it uses resources for locations. After clearing the cache, the first load works perfectly - only the necessary resources are loaded, and there are no errors.
However, when I try to load it again, errors occur during the game initialization
and then errors also occur after the resource loading.
liveupdate.store_resource(manifest, response.response, message.resource_hash, resource_store_response)
When I first open the game, I load only 1 location out of 10. After opening it, it feels like the game thinks that all locations have been loaded and then reports that it can’t find them.
If the game loads all locations at once, such a problem does not arise, but the reason to use live update is lost for us
Thanks for any help!
[liveupdate]
mode = Zip
zip-filepath =
publickey = /manifest.public.der
privatekey = /manifest.private.der
supported-versions =