Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: michellshandaka on March 25, 2013, 05:42:10 AM

Title: UIPanel Clipping Size
Post by: michellshandaka on March 25, 2013, 05:42:10 AM
Hi,

I'm new to Unity3D and NGUI.

I created a draggable menu using Panel that contains Buttons.
I used hard clip for the Panel with clipping size of X = 0.3.
The Panel has UIDraggable Panel and UIDrag Panel scripts with Draggable Panel is self.
The Panel also has Box Collider attached.

The problem is the behavior of the clipping differs between mac and windows.
On mac, I can see the Buttons inside the clipping area but on windows I have to make the clipping size bigger.
Which on this case I would be able to see the Buttons inside the 0.3 clipping area if I set the value of X to 1.3.

I would appreciate any kind of help.
Thanks in advance.
Title: Re: UIPanel Clipping Size
Post by: Nicki on March 25, 2013, 02:09:34 PM
Could you make a screenshot of your Unity while having the clipping panel selected in the inspector? It sounds weird. I work on both mac and windows and don't have that problem.
Title: Re: UIPanel Clipping Size
Post by: michellshandaka on March 25, 2013, 08:59:01 PM
Screenshot attached.
Title: Re: UIPanel Clipping Size
Post by: michellshandaka on March 27, 2013, 08:43:09 PM
Does anyone have the slightest idea about this problem ???
I really am kinda stuck  :-\
Title: Re: UIPanel Clipping Size
Post by: fendy0390 on March 28, 2013, 01:13:15 AM
yeah, i have some problem with you..
when i run it in mac, it'll run smoothly but when i run in windows, i can't see what i have.

Thanks you
Title: Re: UIPanel Clipping Size
Post by: michellshandaka on March 28, 2013, 01:18:44 AM
finally, there are others :D
so, do you by any chance find the solution? ;D