Skip to content

Releases: LokoSoloGames/Unity_PinchableScrollRect

1.0.7

Choose a tag to compare

@LokoSoloGames LokoSoloGames released this 15 Jul 18:33

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

Choose a tag to compare

@LokoSoloGames LokoSoloGames released this 18 Apr 19:40

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

Choose a tag to compare

@LokoSoloGames LokoSoloGames released this 21 Dec 19:05

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

Choose a tag to compare

@LokoSoloGames LokoSoloGames released this 15 Sep 08:50

v1.0.4:

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

1.0.3

Choose a tag to compare

@LokoSoloGames LokoSoloGames released this 19 Aug 18:34

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

Choose a tag to compare

@LokoSoloGames LokoSoloGames released this 15 Jul 21:28

v1.0.2:

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

1.0.1

Choose a tag to compare

@LokoSoloGames LokoSoloGames released this 31 May 19:53

v1.0.1:

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

1.0.0

Choose a tag to compare

@LokoSoloGames LokoSoloGames released this 12 Feb 20:15

Initial Release