Demonstrations
Touch Details
Touch with details like position, finger id, position change of the finger, time passed for the last touch, number of taps on the screen and phase like still or moving are detected and displayed at the top left corner of the screen.
Video of a game play are provided as a part of the demonstration.
Bibiliography
YouTube.com. 2021. Mobile Multi-touch Input - Unity Official Tutorials. [online] Available at: <https://www.youtube.com/watch?v=r0b86C1OuNM> [Accessed 19 February 2021].
​
This reference is selected because the explanation on utilise the touch input is very well done. I did not knew touches were stored in the array and can be retrived from input class get touch function. Simple coding part along with the touch screen is shown for better understanding.
​
Carotenuto, A., 2021. Unity 3D: Working With Touch Input. [online] binPress. Available at: <https://www.binpress.com/unity-3d-working-with-touch-input/> [Accessed 19 February 2021].
​
This reference is selected as it shown with codes and some explanation how single touch and multiple touch input is handles in unity. The author has explained how to detect touch and various touch phases with all the code related to every topic possible.
​
Technologies, U., 2021. Unity - Scripting API: Touch.position. [online] Docs.unity3d.com. Available at: <https://docs.unity3d.com/ScriptReference/Touch-position.html> [Accessed 19 February 2021].
​
Here the defination for the position is provided with the short snapshot of the code to use. for every other topic there is a resource from unity but for now only this is referenced here. This reference is vary simple and easy to follow.