{"id":16209217,"url":"https://github.com/gilzoide/unity-gesture-recognizers","last_synced_at":"2025-03-19T08:31:00.355Z","repository":{"id":70590850,"uuid":"582990437","full_name":"gilzoide/unity-gesture-recognizers","owner":"gilzoide","description":"Gesture recognizer scripts for Unity based on Input and EventSystem handlers","archived":false,"fork":false,"pushed_at":"2023-12-08T13:45:29.000Z","size":89,"stargazers_count":13,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-17T05:11:31.258Z","etag":null,"topics":["gesture-recognition","gesture-recognizer","gestures","longpress","mobile","pinch","plugin","tap","twist","unity","unity3d"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gilzoide.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["gilzoide"],"patreon":null,"open_collective":null,"ko_fi":"gilzoide","tidelift":null,"community_bridge":null,"liberapay":"gilzoide","issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2022-12-28T12:47:13.000Z","updated_at":"2025-03-06T06:21:08.000Z","dependencies_parsed_at":"2023-12-08T15:09:15.475Z","dependency_job_id":"2e63d945-8ba3-4ff2-9414-c08bb4019976","html_url":"https://github.com/gilzoide/unity-gesture-recognizers","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gilzoide%2Funity-gesture-recognizers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gilzoide%2Funity-gesture-recognizers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gilzoide%2Funity-gesture-recognizers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gilzoide%2Funity-gesture-recognizers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gilzoide","download_url":"https://codeload.github.com/gilzoide/unity-gesture-recognizers/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244389779,"owners_count":20445001,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gesture-recognition","gesture-recognizer","gestures","longpress","mobile","pinch","plugin","tap","twist","unity","unity3d"],"created_at":"2024-10-10T10:28:44.652Z","updated_at":"2025-03-19T08:30:59.438Z","avatar_url":"https://github.com/gilzoide.png","language":"C#","readme":"# Gesture Recognizers\n[![openupm](https://img.shields.io/npm/v/com.gilzoide.gesture-recognizers?label=openupm\u0026registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.gilzoide.gesture-recognizers/)\n\nTouch/pointer gesture recognizer scripts based on [EventSystem handlers](https://docs.unity3d.com/Packages/com.unity.ugui@1.0/manual/SupportedEvents.html) or [Input](https://docs.unity3d.com/ScriptReference/Input.html).\n\nImplemented gestures:\n- Tap (configurable number of touches and taps)\n- Long press (configurable number of touches, press duration)\n- Pan (configurable number of touches)\n- Pinch (configurable number of touches, at least 2)\n- Twist (configurable number of touches, at least 2)\n- Swipe (configurable number of touches, supported directions, minimum distance, minimum velocity)\n- Edge pan (configurable number of touches, supported edges, maximum distance from edge)\n\nGesture recognizers are implemented as pure C# classes and can be used with your own touch input data.\n\nRecognizers based on [EventSystem](Runtime/EventSystem) can be used in uGUI-based UIs, as well as physics objects if your Camera has `PhysicsRaycaster` or `Physics2DRaycaster` components.\n\nRecognizers based on [Input](Runtime/Input) detect gestures anywhere in the screen or a configurable portion of it.\n\n\n## How to install\nThis package is available on the [openupm registry](https://openupm.com/) and can be installed using the [openupm-cli](https://github.com/openupm/openupm-cli):\n```\nopenupm add com.gilzoide.gesture-recognizers\n```\n\nOtherwise, you can install directly using the [Unity Package Manager](https://docs.unity3d.com/Manual/upm-ui-giturl.html) with the following URL:\n```\nhttps://github.com/gilzoide/unity-gesture-recognizers.git#1.0.0\n```","funding_links":["https://github.com/sponsors/gilzoide","https://ko-fi.com/gilzoide","https://liberapay.com/gilzoide"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgilzoide%2Funity-gesture-recognizers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgilzoide%2Funity-gesture-recognizers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgilzoide%2Funity-gesture-recognizers/lists"}