Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added dropdown binding editor for easy assignment #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tomsmeltzer
Copy link

Primary goal is to bring the dropdown binding up to near the usability standards of the other bindings with the addition of a binding editor.

dropdownBinding

Because the dropdown binding has a very specific use case, the destination type is hardcoded. The option to use an adapter exists for the dropdown options, for which I have included a string list to string array adapter. Without an adapter it will accept a string array property.

dropdownBindingList

Also included is an adapter for the inverse direction (string array to string list). There is likely no purpose for this adapter in the context of dropdowns, but it is conceivable that developers may find utility in it in other ways.

There is no current adapter options object that this adapter will accept since I can't think of any optional parameters that would be required.

Note that this commit has left boldening of values changed on prefabs as non-functional.

Added string array/list adapters
Dropdown binding editor does not implement prefab change bolding
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants