Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: arkon3 on October 17, 2013, 06:26:27 PM
-
Hi, I've just updated to the latest NGUI 3.02 and all my UITweener's have lost the Method entry on the inspector panel.
On the panel it says:
Tweener
Animation Curve
Play Style
etc.
To clarify, I use UITweenScale on an object and Bounce in etc seems missing.
But play style only has once,loop and ping pong. Where have ease in out, bounce etc gone?
-
You get the curve. The curve lets you make any shape you want.
-
Man! I preferred it as it was. What does the curve for a bounce in look like? Also your code still has the bounce stuff in it,
I just cant make it bounce. Why on earth did you take these features out?
Also if I did make a bounce curve (which I don't know how to do) how do I copy that curve to other objects to they all have the same bounce curve? (Beginning to wish I never updated versions!)
-
Same way you do it with any other script in Unity.
Right click on the source component, Copy. Right click on the target component, Paste. Or right click on transform, paste values / paste as new.
Bounce logic is kept in there for backwards compatibility, but you can still use it if you wish. Open UITweenerEditor.cs, and uncomment lines 31 and 50.
In the future, just examine the code. I provide it for a reason, and I rarely remove something without an easy way of adding it back in for those that still need it.