https://github.com/doyasu24/unitytouchthrottle
Touch throttled input module for Unity
https://github.com/doyasu24/unitytouchthrottle
eventsystem unity
Last synced: 2 months ago
JSON representation
Touch throttled input module for Unity
- Host: GitHub
- URL: https://github.com/doyasu24/unitytouchthrottle
- Owner: doyasu24
- License: mit
- Created: 2020-08-03T15:46:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-29T03:12:53.000Z (over 3 years ago)
- Last Synced: 2025-03-28T15:48:54.193Z (over 1 year ago)
- Topics: eventsystem, unity
- Language: C#
- Homepage:
- Size: 482 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UnityTouchThrottle
Touch throttled input module for Unity
Pressing multiple buttons at the same time and button mashing can cause problems.
UnityTouchThrottle throttles touch pressed events by extending StandaloneInputModule.
Throttling mouse click events are not supported now.
# Install
You can add `https://github.com/doyasu24/UnityTouchThrottle.git?path=Assets/Plugins/TouchThrottle#v0.1.3` to Package Manager

or import unitypackage from [release page](https://github.com/doyasu24/UnityTouchThrottle/releases).
# How to use
Generate a default `EventSystem` and add `TouchThrottledInputModule` component instead of `StandaloneInputModule`.

# License
MIT License