Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: xiaoniaojjj on September 22, 2012, 09:58:28 AM
-
A error happen when i use the table widget. see attach!
-
All transforms leading up to your widgets must have a uniform scale. This generally means scale of (1, 1, 1).
-
Sorry. I'm not really understand you. The scale of widgets by created is (1, 1, 1) in these movie .
-
I found the error, Because choose "Drag Effect->MomentumAndSpring" in UIDragPanel, Choose another would be fine!
-
When i update the last version. this error reopen. I set the Drag Effect = none ,But the Effect still happen in runtime!!
-
The only way clipping breaks is if the scales are not uniform leading up to it -- for example the UIPanel has a scale of (1.123, 1, 1), or if you're targeting a device that doesn't support shaders (iOS/Android with GLES 1.1). Well, or if you're also using a shader for your UI other than Unlit/Transparent Colored.