diff --git a/editor/editor_inspector.cpp b/editor/editor_inspector.cpp index 6e18bde30383..5ba89715c333 100644 --- a/editor/editor_inspector.cpp +++ b/editor/editor_inspector.cpp @@ -2723,6 +2723,16 @@ void EditorInspector::update_tree() { section_depth = 0; if (!show_categories) { + // Find the class name to retrieve information about the following properties. (The category name does not always work.) + if (doc_name == "" && !EditorNode::get_editor_data().is_type_recognized(p.name) && p.hint_string.length() && FileAccess::exists(p.hint_string)) { + Ref