keijiro / OscJack

Lightweight C# implementation of OSC server/client
The Unlicense
475 stars 66 forks source link

Is there a easy way to modify or extend the OscJack? #31

Closed daangijzen closed 3 years ago

daangijzen commented 3 years ago

Just a quick question, is there a easy way to modify the Osc Scripts? I would like to make some fields public, or at leas accessible so I can change the IP dynamically, or trough other scripts.

Do you have any tips on where to start? or what I should try?

Thanks

keijiro commented 3 years ago

I'd recommend learning how to program with Unity. The official tutorials may be helpful.

keijiro commented 3 years ago

I'm closing this issue now. Please feel free to reopen it for further problems.