I’m working on a multitouch project with uniTUIO, unfortunately I wrote the majority of my game in UnityScript. That is a problem because the touch inputs that uniTUIO correctly recognizes only exists in the C# part.
So I’m searching for a way to catch the touches uniTUIO collects from the C# scripts, so that I can use them in my already existing UnityScript scripts.