Skip to content

Instantly share code, notes, and snippets.

View khakionion's full-sized avatar

Michael Herring khakionion

View GitHub Profile
void Update ()
{
if (Input.touchCount > 0 && Input.GetTouch(0).phase == TouchPhase.Began)
{
HandleTouch();
}
}
void HandleTouch()
{