Skip to content

Releases: yasirkula/UnitySimpleInput

v1.1.7

20 Mar 10:08
Compare
Choose a tag to compare
- Input providers reset their values on disable (e.g. if a button is …

…deactivated while it's held, reactivating that button won't cause that button to still simulate the pressed state)

- Steering wheel resets its rotation on disable

v1.1.6: - Added AxisInputUIArrows component (used by ArrowsAllDirections, Arr…

12 Oct 19:19
Compare
Choose a tag to compare
…owsHorizontal and ArrowsVertical components to e.g. automatically change input from left to right when pointer is moved from left arrow to right arrow)

- Added AxisInputMoveGesture component
- Added Deadzone Radius property to Joystick, Dpad and AxisInputUIArrows components
- Joystick now also receives input when its background is clicked

v1.1.5

26 Jul 21:05
Compare
Choose a tag to compare

Bugfix for Unity 2020.1.0f1

v1.1.4

14 May 18:51
Compare
Choose a tag to compare

Added Assembly Definition Files

v1.1.3: To listen for pointer events, NonDrawingGraphic is now used instead o…

02 Nov 13:07
Compare
Choose a tag to compare
…f an Image (results in slightly improved graphics performance)