You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Referring to this, world sizes in my game can be up to 1MB which means we can only have ~5 worlds, so this would be extremely useful.
If there are any other ways to do this without requesting unlimited storage, please let me know how, I did see something for electron that doesn't use localstorage, here's the link: https://github.com/sindresorhus/electron-store
Referring to this, world sizes in my game can be up to 1MB which means we can only have ~5 worlds, so this would be extremely useful.
If there are any other ways to do this without requesting unlimited storage, please let me know how, I did see something for electron that doesn't use localstorage, here's the link:
https://github.com/sindresorhus/electron-store
Refer to this:
https://developer.chrome.com/docs/extensions/reference/storage/
The text was updated successfully, but these errors were encountered: