Forums › 💬 NodeCanvas › 🗨️ General Discussion › [NodeCanvas] Support for DIctionary
Hello again! Made dictionaries with SO as key viable (if they were not..)
Why? Because scriptable object as keys for dictionaries are better that strings (more flexible, less typos errors etc)
EditorUtils.GUIEditors.cs (lines: 223 – 253)
Hello again!
I will have to double check if everything works correctly before adding this because by convention dictionaries are only supported with string for KEY in various places in code (both serialization and other reflection utilities wise).
Thanks! 🙂