unitycoder / UnityMobilePaint

Public repository for MobilePaint issues & requests
https://www.assetstore.unity3d.com/en/#!/content/19803?aid=1101lGti
MIT License
49 stars 16 forks source link

How to use multi-touch? #36

Open aidanni opened 5 years ago

aidanni commented 5 years ago

I want to use it on a PC, and at the same time, six people use finger operation at the same time, draw six paintings separately. How can I achieve this?

unitycoder commented 5 years ago

you could replace all the Touch code with something that works on pc.. so then multitouch works, whereas the mouse version wouldnt support multitouch.

are you using some plugin for getting touch screen events? like https://github.com/TouchScript/TouchScript