object-inspector icon indicating copy to clipboard operation
object-inspector copied to clipboard

In-game properties inspector for Godot 4.3

Object Inspector

In-game property inspector for Godot 4.3+

Support types:

  • Bool
  • Int
  • Float
  • String, StringName
  • Color
  • Vector2, Vector2i
  • Vector3, Vector3i
  • Enum
  • Flags
  • Typed/Untyped Arrays and PackedArrays
  • Dictionary
  • Category, Group and Subgroup

Installation:

  1. git clone this repository to addons folder.
  2. Enabled Object Inspector in Plugins.
  3. Add ObjectInspector node to the scene.
  4. Apply the example theme to the ObjectInspector node.
  5. Done!

License

Copyright (c) 2022-2024 Mansur Isaev and contributors

Unless otherwise specified, files in this repository are licensed under the MIT license. See LICENSE.md for more information.