- Home /
Can't receive TUIO messages on Release mode
Hello, I'm using OSC.NET, TUIO11_NET and unity3d-tuio to receive TUIO messages from external devices.
The program works great when debugging in the editor, but when I export it to Release and run it as a standalone, 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!
Answer by sloopidoopi · Apr 30, 2015 at 07:51 AM
Di you turned on the RunInBackground option in your Player settings? If you need better support for OSC debugging you can look at UniOSC. Makes debugging and setup of OSC systems in Unity much more user friendly. As TUIO is based on OSC you can use it also for your TUIO system.