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.
Hi, I wanted to share some ideas to improve the ReferencePicker GUI:
ActionOpenUrlorAction Open Url(preferred)I think it can do foldouts:
HHG.Common.Runtime > Action Open UrlOr 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
SubclassSelectorattribute which could give you further ideas:I currently use their
SubclassSelectorattribute instead ofReferencePickerbut it would be nice to not have to use an additional package just for that.