Metadata Inspector

An asset by ballerburg9005
The page banner background of a mountain and forest
Metadata Inspector thumbnail image
Metadata Inspector thumbnail image
Metadata Inspector hero image

Quick Information

0 ratings
Metadata Inspector icon image
ballerburg9005
Metadata Inspector

View and edit hidden Metadata. You can use this to add custom variables to any node directly from the UI. No scripts required.

Supported Engine Version
3.2
Version String
0.2.1
License Version
MIT
Support Level
community
Modified Date
4 years ago
Git URL
Issue URL

Metadata-Inspector

This Godot 3.2 / 3.1 Plugin allows you to view and edit hidden Metadata.

You can use this most effectively to add custom variables to any node you want without using or attaching any scripts.

README demo1 README demo2

INSTALL

  1. Put metadata-inspector folder into [urproject]/addons/
  2. Go Project -> Project Settings -> Plugins and activate Metadata Inspector

TODO

  • update metadata at runtime (while game is running)
  • implement a search browser for same or similar entries on all nodes or same level

BUGS

  • vbox suddenly disappeared for seriously no reason and totally impossible by code 2020-05-15

HOW TO USE

  1. Choose the "Meta" tab next to the Inspector & Node tab (upper right corner)
  2. Now you can enter a key (left side) : value (right side) pair
  3. When right-clicking the key textbox, you will get a "control menu" for the entry (delete, undo, redo, move up/down, copy path)
  4. When right-clicking the value textbox, you will get a menu to change the type of the value (this includes dictionary and array)
  5. If you didn't choose a type, Metadata Inspector will auto-detect the type (1 is int, 1.0 is real, False is bool, #FF00FF is color, 1.0,1 is Vec2 and so forth)
  6. Press Enter
  7. Now you can copy the absolute path to the entry to your clipboard from the control menu and use it in other scripts
  8. The functions to manipulate metadata are documented in Godot in the class Object (has_meta(), get_meta(), get_meta_list(), set_meta(), remove_meta())

You shouldn't touch underscored stuff that was already there, it is from the engine and might break things

LICENSE

MIT

View and edit hidden Metadata.

You can use this to add custom variables to any node directly from the UI. No scripts required.

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
Metadata Inspector icon image
ballerburg9005
Metadata Inspector

View and edit hidden Metadata. You can use this to add custom variables to any node directly from the UI. No scripts required.

Supported Engine Version
3.2
Version String
0.2.1
License Version
MIT
Support Level
community
Modified Date
4 years ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers