Closed corbinyo closed 5 years ago
I have a public int that I am trying to set with an OSC message, but I am unable to set the int on my script with the OSC Event Receiver
It uses UnityEvent that doesn't public variables but public properties. Please try adding accessor property for the variable.
I'm closing the issue. Please feel free to reopen for further questions.
I have a public int that I am trying to set with an OSC message, but I am unable to set the int on my script with the OSC Event Receiver