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
It inspects Dictionaries.Improves on the UX of Dictionary inspector editing by- all 4.x engine types supported- editable keys (!!!!!!)- adding entries with one button, never forget to click "Add new k/v pair" again!- when adding, just uses the last edited entry's key/value types- also supports Array and PoolArrays in Dictionaries, as well as basic support for nested Resource editing- guesses Resource types for easy adding/quickload- drag and drop files onto the button to add them to dict/array
Dictionary Inspector.
Exactly what it sounds like. It edits Dictionaries in the Inspector.
Notable differences from the janky 3.5 and 4.X (but hopefully soon not!!!) inspector:
- editable keys (!!!!!!)
- adding entries with one button, never forget to click "Add new k/v pair" again!
- when adding, just uses the last edited entry's key/value types
- types can be changed after (keys too!)
- when a new Resource entry is added, it creates a copy of the last Resource in collection
- reorder elements in dictionaries (just like arrays)
- on open, guesses Resource types for easier creation/quickload
Other features:
- also inspects generic and pool arrays
- nested dictionaries
- nested generic and pool arrays
- resource editing (click for nested editor or choose "Edit" for classic full-Inspector view, drop multiple into arrays)
Proposal to integrate this into the engine: https://github.com/godotengine/godot-proposals/issues/5775
Made by Don Tnowe in 2022.
Copying and Modiication is allowed in accordance to the MIT license, full text is included.
It inspects Dictionaries.
Improves on the UX of Dictionary inspector editing by
- all 4.x engine types supported
- editable keys (!!!!!!)
- adding entries with one button, never forget to click "Add new k/v pair" again!
- when adding, just uses the last edited entry's key/value types
- also supports Array and PoolArrays in Dictionaries, as well as basic support for nested Resource editing
- guesses Resource types for easy adding/quickload
- drag and drop files onto the button to add them to dict/array
Reviews
Quick Information
It inspects Dictionaries.Improves on the UX of Dictionary inspector editing by- all 4.x engine types supported- editable keys (!!!!!!)- adding entries with one button, never forget to click "Add new k/v pair" again!- when adding, just uses the last edited entry's key/value types- also supports Array and PoolArrays in Dictionaries, as well as basic support for nested Resource editing- guesses Resource types for easy adding/quickload- drag and drop files onto the button to add them to dict/array