Hassurunous / TapKnight

0 stars 0 forks source link

Should use EventSystem for TapTarget instead of manually calculating touch input #9

Closed Hassurunous closed 6 years ago

Hassurunous commented 6 years ago

See: IPointerClickHandler documentation.

Hassurunous commented 6 years ago

Implemented in latest commit. Also appears to fix the issue with multiple targets being clicked-through.