Skip to content

Fixes inspector not displaying AnimationPlayer's subresource

Closes: #32839

When inspecting an AnimationPlayer, the inspector does not show its animations as a subresource when clicking on the name in the inspector.

The issue is because the subresource list will not be populated in the inspector if the PROPERTY_USAGE_EDITOR flag is not set: https://github.com/godotengine/godot/blob/119bf237209414a49879fba40459f22315ab1467/editor/editor_path.cpp#L45-L48

Merge request reports