Hello,
I need to be able to detect when the user is attempting to scroll the camera in Scroll View (Camera) Example 8. What's the best way to do this? Since the camera itself doesn't have a collider it doesn't seem possible to add a script to it and listen for OnDrag() events. Is there another way to do this?
Basically my scroll view is overlaid on top of my game board. I need to know when the user is scrolling the scroll view so I can prevent the dragging motion from moving the game's main camera (this is for a mobile device).
Thank you!