Skip to content

4d49/object-inspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.