Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: BlueByLiquid on June 03, 2013, 02:58:24 PM

Title: Setting UIPannel Clipping is reapplying anchor. Bug?
Post by: BlueByLiquid on June 03, 2013, 02:58:24 PM
I have the following setup and when I set the clipping area to anything other than "None" the gizmo moves from completely covering the camera to centered on the top left. It seems to be reapplying the anchor but only for the clipping area (Everything else seems to be in the same place as before).

Camera
--UIAnchor (TopLeft)
----UITable and UIPanel and UIDraggable Panel (set at position 0, 0, 1) <----Clipping issue on UIPanel is here.
------ItemA
------ItemB
------...
Title: Re: Setting UIPannel Clipping is reapplying anchor. Bug?
Post by: ArenMook on June 03, 2013, 11:38:36 PM
What gizmo?

You can't have your table and your panel on the same game object.

Panel
- Table
-- Children