How can I get the keys from a dictionary and put them in the dropdown options ?
This API example shows how you can add your own options: https://docs.unity3d.com/ScriptReference/UI.Dropdown-options.html
If you want to know how to get a dictionary’s key values, I’m sure you can look that up.
Maybe this will help: C# Dictionary Examples - Dot Net Perls
Did you ever figure this out?
I have the dictionary setting up to a dropdown, what I am struggling with is when using an array I can use indexOf to get where it is and run stuff on selection. I don’t know how to do that with a dictionary