Skip to content

Releases: LokoSoloGames/Unity_PinchableScrollRect

1.0.7

15 Jul 18:33
Compare
Choose a tag to compare

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.

1.0.6

18 Apr 19:40
Compare
Choose a tag to compare

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.

1.0.5

21 Dec 19:05
Compare
Choose a tag to compare

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.

1.0.4

15 Sep 08:50
Compare
Choose a tag to compare

v1.0.4:

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

1.0.3

19 Aug 18:34
Compare
Choose a tag to compare

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.

1.0.2

15 Jul 21:28
Compare
Choose a tag to compare

v1.0.2:

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

1.0.1

31 May 19:53
Compare
Choose a tag to compare

v1.0.1:

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

1.0.0

12 Feb 20:15
Compare
Choose a tag to compare

Initial Release