Iam1337 / extOSC

extOSC is a tool dedicated to simplify creation of applications in Unity with OSC protocol usage.
MIT License
193 stars 25 forks source link

Does not work on Hololens 2 #14

Closed pavethem closed 3 years ago

pavethem commented 3 years ago

I wrote the same thing in the forum thread Basically the Hololens 2 does not seem to receive OSC messages and extOSC throws the same exception twice on startup (line 59 of OSCStandaloneManager)

Edit: The twice part is likely because I have two Receivers in my scene

Iam1337 commented 3 years ago

Hi, I made some changes in the commit 40c9051. Try now to build your project with a new version of extOSC.

pavethem commented 3 years ago

Thank you! I will try it as soon as I can get my hands on the Hololens 2 again, which might be at the end of the week.

pavethem commented 3 years ago

I can confirm that this works now on the Hololens 2, so this issue can be closed. Thank you for your help! There is quite a noticable delay however, but maybe that's just the way it is.