object-inspector
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:
-
git clone
this repository toaddons
folder. - Enabled
Object Inspector
in Plugins. - Add
ObjectInspector
node to the scene. - Apply the example theme to the
ObjectInspector
node. - 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.