Search Unity

Can't receive TUIO messages on Release mode

Discussion in 'Multiplayer' started by NaBUru38, Apr 15, 2015.

  1. NaBUru38

    NaBUru38

    Joined:
    Jan 26, 2014
    Posts:
    12
    Hello, I'm using OSC.NET, TUIO11_NET and unity3d-tuio to receive TUIO messages from external devices.

    The program works great in Debug mode, but when I export it to Release, the program doesn't get any TUIO message.

    The program is whitelisted in the Windows Firewall, so that's not the issue. I've read about setting full .Net compatibility level in Player settings, but it didn't work.

    From what I've read, it could be a problem with security sandboxing, which prevents the program from accessing the UDP network functionalities.

    Can anyone help me? Thanks!