- Home /
EventSystem not recognizing child objects
I have created a Panel with a child (another Panel) using the new Unity 4.6 GUI-System. The child-panel has an EventTrigger-Component attached to it an should be calling a Method on the "Select"-Event, but the EventSystem is not recognizing any Events on the child. I checked the Inspector (of the EventSystem) during clicking on the child in Play-Mode, but it says that nothing is selected. Oddly, if I drag the child out of the parent directly into the Canvas, everything works fine.
Your answer
Follow this Question
Related Questions
How do I stop EventSystem.currentSelectedGameObject from changing on a button press 0 Answers
Unity UI: How to stop select event from propagating? 1 Answer
Broadcast mouse event on Canvas 0 Answers
Hide/show UI Button and trigger the OnPointerDown event ?! 0 Answers
Get Global PointerEventData 1 Answer