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

Receiver refuses to receive in 2018.2 #2

Closed TheBricktop closed 6 years ago

TheBricktop commented 6 years ago

Ive set up everything correct , all other osc monitors set to same port receive full packet of data, but unity is deaf, nothing coming from another computer in the same network (ip and port set correctly adresses mapped )

Iam1337 commented 6 years ago

Have you disabled the firewall on your computer?

TheBricktop commented 6 years ago

Thing is Touchdesigner and processing can access data from ports without problems but this was my first bet, so ive made firewall exception for all instances of unity in public and private networking, but it didnt help.

EDIT: well win10 is a cheeky bastard and has hidden rules that blocked osc connection : so people check firewall > advanced > find unity editor that you use and unblock it.

solved

Iam1337 commented 6 years ago

Well, I'll add this to the future documentation.