H
Publisher
hwosch
Local Storage
Tools
LocalStorage Web Data Storage Encryption Debug Access Key
Access and store data in localStorage easily (web builds)
This plugin has been mirrored from the Godot Asset Library.
The plugin author is in no way affiliated with Gadget.
If you are the author of this plugin and would like this mirror removed, please contact support@gadgetgodot.com.
LocalStoragePlugin
Access and store data in localStorage easily (web builds)
- To store some data just use
LocalStorage.set_item("key", value)
- To take it back use
LocalStorage.get_item("key")
In localstorage.gd you can switch debug mode (if _DEBUG_MODE false - all keys and values are encrypted in localStorage) and assign _ENCRYPTION_KEY