Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

Local Storage
Access and store data in localStorage easily (web builds)
Supported Engine Version
4.1
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
2 months ago
Git URL
Issue URL
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
Access and store data in localStorage easily (web builds)
Reviews
Quick Information

Local Storage
Access and store data in localStorage easily (web builds)
Supported Engine Version
4.1
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
2 months ago
Git URL
Issue URL