Search Unity

4.6 Event Trigger prevents dragging in a ScrollRect

Discussion in 'Immediate Mode GUI (IMGUI)' started by StephenMorris, Nov 21, 2014.

  1. StephenMorris

    StephenMorris

    Joined:
    Mar 25, 2013
    Posts:
    35
    Hi all,

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