Hey guys im trying to get an int when my dropdown value changes. Normally this would be easy with a regular dropdown, however, im using Text Mesh Pro UGUI so i have to use the TMP_Dropdown node. I cannot figure out what to connect to the TMP_Dropdown Get On Value Change node. Ive never seen this icon before and the only control nodes it lets me hook it up to is Select which wont give me an int. Using Visual Scripting in 2021.1.17f1 btw.
UVS can’t do callbacks that are not directly implemented as green flow starting events. Therefore, you or someone else need to code up a custom Event node for this. Docs for that here: https://docs.unity3d.com/Packages/com.unity.visualscripting@1.7/manual/vs-creating-custom-visual-script-event-unit.html