Skip to content

doyasu24/UnityTouchThrottle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

or import unitypackage from release page.

How to use

Generate a default EventSystem and add TouchThrottledInputModule component instead of StandaloneInputModule.

how-to-use

License

MIT License