Hi, I’m developing a mac application where I’d like to be able to use Apple Magic Trackpad gestures to make it easier to use for laptop users.
From some quick research it appears that these gestures are not yet supported in Unity- can someone confirm this? It would be great to have pinch to zoom so any suggestions to how this can be done will be appreciated!
Have you tried my FingerGestures package available on the Asset Store? If Unity generates touches from the apple trackpad, then you can get all the common gestures via this package, including the pinch to zoom.
As far I can tell the trackpad doesn’t generate touches and just impersonates a mouse. I’m struggling to find anything concrete about the trackpad in Unity so I may be wrong. Anybody know more?