Source: http://blog.csdn.net/u010019717
Many unity developers know Ngui very well, and they are really well developed, from the previous sendmassage to a more efficient event system, including good tween-related, as well as a lot of peripheral tools.
But with the launch of Unity4.6, 5.0, Unity more native professional and efficient Ugui came out, although there is no perfect ngui perfect, but will be the future direction of development. And now Ngui can't run in U5.
Ugui has not brought tween related, the official case is the use of animation this is really not recommended. Online also has dotween this third-party plugin, I have not actually applied. It should be good, and he has different DLLs for different versions of unity, all of which are not too redundant.
What I said today is more like the script of Ngui native tween.
You can use the Aniamtion curve window in unity to set the transformation curve.
There are also numerous Ease type animations. The most common unityevent definition callbacks in Ugui are also used.
Change position, Rotation, scale, Color, Alpha, Path, and so on. Light weight and powerful yo!
??
(26) unity4.6 Learning Ugui Chinese documents-------Ugui Open source tween tools are lightweight and powerful