Wacom tablets

Has anyone successfully gotten a Wacom tablet (or any other touch-sensitive input device) working with Unity? I need it to detect pressure as well as motion. I’ve seen a few posts on the forums where folks say that it is probably possible, but I was wondering if anyone has actually succeeded in doing it.

This is for runtime use, as in the player will be accepting the touch info (not author-time).

Thanks in advance!

-Mike

n standalone windows / osx players you can, if you have pro, write a plugin to do so.

you will likely do through through libUSB for the matter through one of its .net wrappers (sharpusb / libusbdotnet)