Hi,
My setup is:
- DraggablePanel (with clipping and restrict within bounds enabled)
- Texture with: UIDragPanelContents and BoxCollider
My problem is that with "OnScroll" method is easy to zoom from the pivot of the texture.
The hard way is doing that from the current touch (pinch, center of the two touch points) or mouse position.
I don't know how to do that.
Help please!!