keijiro / OscJack

Lightweight C# implementation of OSC server/client
The Unlicense
465 stars 64 forks source link

[feature request] Public / Dynamic OSC Adress #41

Open gonzam88 opened 1 year ago

gonzam88 commented 1 year ago

It would be very useful change _oscAddress programatically. Im building a large interface for visuals and everything is created from an array. I was able to change your code, by just adding a public in that variable, and it worked perfectly. But after a while Unity kind of rolled back the code to its original state and can´t find a way around it.