Author Topic: dragable content not showing on parent scale  (Read 2223 times)

storatest

  • Guest
dragable content not showing on parent scale
« on: April 29, 2013, 06:45:00 AM »
hi, i have some widgets in dragable panel like UILabel and UISprite, but when the parent of UIDragable panel gameobject scale is below 0.95 or over 1.05 the content in dragable panel is now showing, any idea how to fix it?

Nicki

  • Global Moderator
  • Hero Member
  • *****
  • Thank You
  • -Given: 33
  • -Receive: 141
  • Posts: 1,768
    • View Profile
Re: dragable content not showing on parent scale
« Reply #1 on: April 29, 2013, 08:55:29 AM »
Don't scale the parent of the panel. It will screw up all the coordinates for clipping area.

If you must scale everything, do it "around" the draggable panel, because that just won't work.