4.6 Event Trigger prevents dragging in a ScrollRect

Hi all,

I have a child RawImage that is contained within a scrollview. If I add any EventTrigger’s to this child object, the Image is now effectively locked and cannot move. How do I re-enable the dragging facility?

Hello,

Check these interfaces : Unity - Manual: Supported Events

You can achieve this by adding to your GameObjects a Monobehaviour which implements every one of those.

Had the same issue right now. Found this solution and it works perfectly for me: OnPointerClick function not triggering - Unity Answers