TUIO in Unity 4.x?

Is there a currently working solution for TUIO input in Unity 4.x? I have Pro, so plugins are OK – need to interface with a PQLabs touch overlay. I know about uniTUIO from xTUIO, but that seems to be Unity 3.x only. Is there a known process to patch it for 4.x, or an alternative plugin?

Answering my own question here, in case anyone else needs this. Via tuio.org, I found Google Code Archive - Long-term storage for Google Code Project Hosting., which is working for my application.

I have one problem with tuio and unity, its works fine in the editor , but when I export to pc, tuio do not detect when the finder up

Check the GestureConfig.xml file within your built application. That file allows you to switch between the different type of tracking. In the editor GestureConfig_editor.xml is used instead.