Hi,
Do you know if it's technically possible to write basic native plugins (for Android and Apple mobile devices) that simply store all touches that the OS provides?
My Unity code would then ask the native plugin for the latest touches on demand.
Thanks
Gareth
PS: Why do I want to do this? In my Android tests Unity exposes roughly half (or less) of the touch points that the Android operating system sees. My game is precision swipe based, and this makes a big difference, I need all the touch points I can get.
↧