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.