Skip to content

[Feature Request] Ideas for improving ReferencePicker GUI #132

@snarlynarwhal

Description

@snarlynarwhal

Hi, I wanted to share some ideas to improve the ReferencePicker GUI:

  1. It could make the inspector more compact if the dropdown went beside the label, instead of below it:

Image

  1. 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)

  1. For the dropdown itself, including the namespace makes it hard to parse the options:

Image

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:

Image

Image

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 request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions