Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: storatest on April 29, 2013, 06:45:00 AM

Title: dragable content not showing on parent scale
Post by: storatest 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?
Title: Re: dragable content not showing on parent scale
Post by: Nicki 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.