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

OSCReceiver.LocalHost reads 0.0.0.0 while the script itself shows correct adress. #17

Closed TheBricktop closed 3 years ago

TheBricktop commented 3 years ago

Is that a bug or naming missmatch?

Iam1337 commented 3 years ago

If LocalHostMode is Any, then the OSC uses "0.0.0.0" and the script displays the first available local IP.

I thought it would be a handy function to quickly see available local address.

TheBricktop commented 3 years ago

So is there a way to get list od available local ips?

TheBricktop commented 3 years ago

Answer: Okay so after some digging I've found that ip is recovered by OSCUtilities.GetLocalHost()