Hi! I have this code which doesn't work any more in NGUI3+
I picked it up in here in forums and adopted it. Now I updated to NGUI3 and it doesn't work.
Here is the line of code that I don't know how to fix:
p.SetAlphaRecursive(Mathf.Clamp01(p.alpha + RealTime.deltaTime * 2.5f), false);
I guess that i would need to use p.alpha directly