4
« on: December 19, 2013, 12:15:26 PM »
Hi-
First off, NGUI is great in general, been loving using it, thanks for making it.
I'm having some problems with different behavior between editor and mobile device (Android 4.1 on a Samsung Galaxy S3).
Problem 1: I am Tweening position to slide some panels in and out. Nothing fancy about the panels, a few plain solid color sprite widgets with dynamic font labels, some buttons, and an input field. In editor it works fine, they come and go exactly as designed. On device, they play forward correctly, but when they tween out, it seems the underlying panel doesn't render correctly again... some of the elements will be visible, but others are not, only the camera fill color. The underlying panel does not change state, I just slide another panel over the top of it, and back out again. I can poke the screen where a button should be to bring the overlying panel back in, and then the underlying panel renders correctly again briefly while the top panel slides back in.
Any ideas of things I could look at for this? would having same Z-axis values matter if I have the panel depths all set differently? I have all the tweens set to reset on play as well. (originally I was trying alpha tweens with same buggy behavior, but thought maybe alpha was handled weird so tried just positional tweens, same result)
Problem 2: Intermittently, all the text on the screen goes garbly and then resets itself. I'm using a dynamic font for all my labels and input fields. This also only happens on device and never in editor.