Hi!
I’m using Unity v.3.2 and just tryed uniTUIO sample application. When I build it for Windows - it works great. But I currently need to integrate a Unity scene into my own application on C#. The only solution I found was deploing a WebPlayer-project and then using a WebBrowser component to load it in C# (when using ActiveX component directly in winForms it can’t load scenes for some reason and I’m not the only one who faces that problem).
But if I deploy the project for Web Player TUIO seems to stop working at all. Objects on the scene doesn’t respond to any touch events (mouse events handled normally).
Could that problem be solved whith changing some building options or a little script editing? Or maybe someone knows another way to put a unity scene in winForms projects or why ActiveX doesn’t work directly?
I’ll be thankful for any help!
Sorry for my bad English