Author Topic: UIdragablePannels simply can't get them to work  (Read 3111 times)

QuasarTD

  • Guest
UIdragablePannels simply can't get them to work
« on: April 22, 2013, 10:12:52 AM »
I have been using Ngui since version 1.4 and I still can't get UIdragablepanels scroll view to work at all. I can get everything else to work fine but there must be something I have been doing wrong every time I have tried dragable panels. I really need them to work this time and I can't find a tutorial on how to set them up step by step. I have been through the example 7 (Scroll view) over and over again and copied it setting by setting and still, when I press play in the unity window the dragable panel or the buttons in the dragable panel grid do not respond at all. All other buttons in the interface work fine. I would be so thankful if some kind person will point me in the right direction.

Nicki

  • Global Moderator
  • Hero Member
  • *****
  • Thank You
  • -Given: 33
  • -Receive: 141
  • Posts: 1,768
    • View Profile
Re: UIdragablePannels simply can't get them to work
« Reply #1 on: April 22, 2013, 12:54:34 PM »
Your things with colliders should have UIDragPanelContent scripts on them that point to the draggable panel.
The scale (not in the transform, but on the UIDraggablePanel) should be set to have 1 in the direction you want to drag and 0 in the others.


You may be forgetting colliders?