Concept Flow - Touch input basics
Start Frame
Check Touch Count > 0?
No→No Touch Detected
Yes
Get Touch Data (position, phase)
Process Touch Based on Phase
Respond to Touch (move, tap, etc.)
End Frame / Wait Next Frame
Each frame, Unity checks if the screen is touched. If yes, it reads touch details and reacts based on touch state.