-
I have tidal 1.0.7 installed and working.
after loading the module UnityOsc.hs, `d1` doesnt exists anymore.
Neither does `v1`.
Although `thing "apple"` does returns a pattern.
Anything I am miss…
-
Hi there,
And thank you for the great work you've done. I use UnityOSC a lot !
I'd like to know, when i instantiate a prefab that set a message handler, if i have to remove this handler in some w…
-
I have tried to receive multibyte character, I can't receive it, and it displays "???".
For example, I send "こんにちわ", it is Japanese Character, it displays "???" in UnityOSC.
Is there a good way …
-
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
-
Hi,
I send a lot of OSC packets to UnityOSC. And the current packet was more and more in the past.
So I looked a bit in the code and I found that every 10ms a new packet is received. So I guess that…
-
Hi Jorge, this is an amazing plugin! I'm trying to send MIDI OVer Wifi Using OSC, rom an application in Unity to Resolume Arena 6.
I didn't have any problem sending OSC address to Resolume, but now…
-
# Some Multiplayer available
## Peer to peer
It exists a multiplayer p2p solution given by Oculus:
https://developer.oculus.com/documentation/platform/latest/concepts/dg-p2p/
To do multiplayer. b…
-
I'd like to be able to send 1 message to multiple OSC out ports, (to the same IP) (or cycle trough the outPorts)
(example: 192.168.1.69:6969 as well as :7000)
And if at all posible, changing the I…
-
In Unity v2017.2.0f3, when an OSC message is received succesfully but results in an error in Unity, a loop occurs somewhere where the OSC message is sent again or reprocessed which results in an error…
-
Hello,
is it possible to receive strings ? I couldn't find anything.
thanks!