Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - paynechu

Pages: [1]
1
Early 3.0.x version I still can use Unity's Animation Editor(UAE) to animate the UIRect.alpha.
But latest version of 3.0.x and 3.4.x version the UIRect.alpha no longer can update by UAE.
It show it work in UAE. But when you play it in the playing mode. the alpha cannot update anymore.
I found out because UAE only set directly to the mAlpha attribute not through the property setter.
So the SetDirty cannot be called. I don't know why 3.0.x early version can work.
Can help us to fix this? Still are big feature and most easy way to handle window transaction by UAE. rather then use NGUITweenXXX

2
NGUI 3 Support / center child bug in scroll view
« on: January 15, 2014, 10:55:41 PM »
open
Quote
Example 7 - Scroll View (Panel)
enable "Center on items"
scroll to first item.
then press left empty space (click to background not item) inside the scroll view.
suppose should not happen anything. but the scroll view will move the first item to the left edge.

3
NGUI 3 Support / How can temp. disable input ?
« on: January 13, 2014, 07:20:23 AM »
Hi, I want to create a touch gesture that only response if more then two touch point.
How can I temp. disable the user input to NGUI if more then two touch point started.
So the gesture will not conflict with NGUI.

4
I run "Example 0 - Control Widgets" in iPad1 and iPad2 (without Retina Display) and the UI is so blurry. Suppose iPad1 and iPad2 only 1024x768 suppose no need HD. But why so blurry? any solution can fix this?

Pages: [1]