Storage
Last updated
Was this helpful?
Last updated
Was this helpful?
Monogatari can use different storage engines so you can choose whichever works for your game best. This configuration can be found inside your options.js
file. By default, it will look something like this:
When releasing a game as a website, it's important to note that if people enter your game using the incognito mode in their browsers, their data will be erased when they close that window unless you choose to roll out your own server-based storage with the option.
The session storage works just like the local storage engine with the important difference that their data will be erased the moment they close the game.
This is the default storage engine used by Monogatari and it uses your browser's .