I have a Vuo image generator with a public text input.
It shows up with no problem in VDMX, and I can change the text.
The thing is, the UI inspector doesn’t show anything when I highlight the text field.
Before I could connect a text field to other outputs in VDMX and change the text that way.
Anyone have a solution?
My issue was that I had synced my keyboard to VDMX, so for ex the key “1” was synced to a button in VDMX. When I marked a text field in VDMX and tried to enter any number that was initially synced, it didn’t write it in the text field but instead registered it as a button press.
I had to resync my keyboard to not use the numbers in this occasion.
not the same issue. I have text field in a VUO plugin that I need to connect to the Media Bin string output. My plugin creates a list of all the played media and it needs to get that input from VDMX.
I have found that most VDMX5 builds won’t give you a UI pop-up for a text field, but the 1.0.13 build works as intended.