Unity_PinchableScrollRect

Unity - Pinchable Scroll Rect allow user to zoom in and out on the Scroll Rect with both Touch Input and Mouse Input

MIT License

Stars
44
Committers
1

Bot releases are visible (Hide)

Unity_PinchableScrollRect - 1.0.7 Latest Release

Published by LokoSoloGames over 1 year ago

v1.0.7:

  • Add PinchInputForwarder Component to forward drag event to the PinchInputDetector from any raycast blocking components.
  • Add OnPinchStart/OnPinchEnd Unity Events in PinchInputDetector Component.
Unity_PinchableScrollRect - 1.0.6

Published by LokoSoloGames over 1 year ago

v1.0.6:

  • Fix an bug where the content zoom out become out of boundary when movement type is Clamped.
  • Fix PinchableScrollRect Editor to inherit ScrollRect Editor.
Unity_PinchableScrollRect - 1.0.5

Published by LokoSoloGames almost 2 years ago

v1.0.5:

  • Fix an incorrect zooming behaviour on ScreenSpace-Camera render mode.
  • Optimize Calculation during zoom deceleration.
  • Update a proper way to handle stretched anchor content.
Unity_PinchableScrollRect - 1.0.4

Published by LokoSoloGames about 2 years ago

v1.0.4:

  • Fix an incorrect zooming behaviour on ScreenSpace-Camera & WorldSpace render mode.
Unity_PinchableScrollRect - 1.0.3

Published by LokoSoloGames about 2 years ago

v1.0.3:

  • Fix an incorrect zooming behaviour with Canvas Scalar.
  • Add an Unity Event API for scale callback.
  • Add a set scale API Method for external control for zooming.
Unity_PinchableScrollRect - 1.0.2

Published by LokoSoloGames over 2 years ago

v1.0.2:

  • Fix an incorrect zooming behaviour when Content's RectTransform has a stretched anchor.
Unity_PinchableScrollRect - 1.0.1

Published by LokoSoloGames over 2 years ago

v1.0.1:

  • Add replace shortcut to convert built-in Scroll Rect to Pinchable one
Unity_PinchableScrollRect - 1.0.0

Published by LokoSoloGames over 2 years ago

Initial Release