An open API service indexing awesome lists of open source software.

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

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

![package-manager-add-from-git-url](doc/package-manager-add-from-git-url.png)

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`.

![how-to-use](doc/how-to-use.png)

# License

MIT License