-
Notifications
You must be signed in to change notification settings - Fork 0
Unity new input system
Andrey edited this page Feb 5, 2022
·
2 revisions
In this project I create a simple way to handle touch on mobile platform. Here we use ONLY subscriptions to events, it easy to scale till 10 touches in row(maximum of input system).
So, here I'll write some tips how to use and what.
What you get by downloading this scripts?
- touch coordinate (for each 3 touches)
- touch delta
- touch phase
- first touch position
Also you get from existing methods:
- radius between 2 first touches
- delta radius between 2 first touches
- rotation delta between 2 first touches