1
NGUI 3 Support / Update the FAQ forum page
« on: November 26, 2013, 07:11:00 PM »
Several things changed between NGUI 2 and 3, and I would like to request the FAQ to either point to how-to's, documentation, or even those nice YouTube videos explaining how to do things.
For example, I used to use Tweens with
I'm not sure how it's changed, or where to look to see how to do it now with 3.0.7. Do I use
or something else?
This, and other changes to NGUI, are many of my Frequently Asked questions.
EDIT:
Just saw that we're now getting a dedicated Documentation section (http://www.tasharen.com/forum/index.php?board=12.0). Yay!
So maybe the FAQ could point to either the entire section OR to individual threads, like http://www.tasharen.com/forum/index.php?topic=6760 (for Tweens).
For example, I used to use Tweens with
- TweenScale.Begin(gameObject, scaleTime, newScale).onFinished += MyOnTweenFinished;
- EventDelegate.Add(myTween.onFinished, MyOnTweenFinished);
This, and other changes to NGUI, are many of my Frequently Asked questions.
EDIT:
Just saw that we're now getting a dedicated Documentation section (http://www.tasharen.com/forum/index.php?board=12.0). Yay!
So maybe the FAQ could point to either the entire section OR to individual threads, like http://www.tasharen.com/forum/index.php?topic=6760 (for Tweens).