-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get an OscBundle #20
Comments
Hi @davemod, Please check the tests/oscControl.cs example script from the repository. From there you can read OSC Bundles as OSC Messages with the following:
Hope it helps! Cheers, |
Hi @jorgegarcia, related to this issue, is it possible to send an OscBundle with UnityOSC? If yes, do you have an example for this? |
As far as I can see (and remember now) the OSC bundle packing is not implemented in this library, sorry. See below: Line 67 in 237c15c
Best, |
Thanks for the reply! It turned out that OSC Bundles wasn't what I needed. I want to send a message with a list of arguments like this |
Please see section 3 (usage) from the manual. You can send ranges of values in the same OSC address with UnityOSC: https://github.com/jorgegarcia/UnityOSC/blob/master/docs/UnityOSC_manual.pdf Hope it helps! Jorge |
Thanks, this is working great! |
Hey there. How do I get several Adresses and Values from an OSC Bundle when I receive OSC in Unity? I dont get that to work. Thank you very much in advance
David
The text was updated successfully, but these errors were encountered: