Alternate Inspector Property Organization Option #11981
Schadenvoid
started this conversation in
Editor
Replies: 2 comments 3 replies
-
I see value in the current organization. Although I also value horizontal space. So I wonder if this would be welcome as a setting. Meanwhile, I think is all win for arrays, and a good compromise for dictionaries, as it would resolve this: |
Beta Was this translation helpful? Give feedback.
2 replies
-
Even games have the same layout as current. So, could you provide examples of purposed interface organization usage in other engines? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem:
While I generally find the Inspector's property orientation to be acceptable, the layout of exposed properties is somewhat awkward relative to the manner in which labels and properties are read in sequence.
Often you want to view all of a resource's properties to ensure that all settings are correct, but with Labels and Edits placed side-by-side, you're often forced to scan variables in a tiring, zig-zag manner.
Proposal:
Instead, it could be more fluid to have to option to view the Labels and Edits of all properties in a single column, with Edits placed on the next line down from their corresponding Labels. Like so:
Such an orientation would make it far quicker to assess the identity and setting of each of a resource's properties, especially in situations that require a wider inspector to allow for the viewing of properties with more information, such as significantly long strings.
Beta Was this translation helpful? Give feedback.
All reactions