Custom Key/Value label text for Dictionaries

Issue #134 resolved
Johannes P. created an issue

With some dictionaries that use very generic types, such as Dictionary<string, string> it can be hard to convey to the user what the purpose of each is.

While of course we can always add Tooltips and Infoboxes, it would be convenient if DictionaryDrawerSettings could be expanded to allow us to specify an Alias for Key and Value.

For example, instead of this:

ytfqbv3.png

This would be much more user-friendly:

KeyValNames.png

And the syntax could be something like this:

[DictionaryDrawerSettings(keyAlias = "Name", valueAlias = "Path")]
Dictionary<string, string> DemoPaths;

Comments (6)

  1. Tor Esa Vestergaard

    This has been added in the newest patch, 1.0.4.0, that has just been submitted to the Asset Store for approval.

  2. Log in to comment