-
Notifications
You must be signed in to change notification settings - Fork 138
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hi, I wanted to share some ideas to improve the ReferencePicker GUI:
- It could make the inspector more compact if the dropdown went beside the label, instead of below it:
- It could also make the text less verbose to show just the type name without the namespace, preferrably nicified:
ActionOpenUrl or Action Open Url (preferred)
- For the dropdown itself, including the namespace makes it hard to parse the options:
I think it can do foldouts: HHG.Common.Runtime > Action Open Url
Or it can list the class name first and the namespace in parenthesis: Action Open Url (HHG.Common.Runtime)
The Unity-SerializeReferenceExtensions project has a nice gui for their SubclassSelector attribute which could give you further ideas:
I currently use their SubclassSelector attribute instead of ReferencePicker but it would be nice to not have to use an additional package just for that.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request



