Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: Jason on June 24, 2012, 11:24:49 PM
-
hi,
I'd like to loop my animation (made with Blender and imported natively). It loops was the Default take. But when activated with UIButton Play Animation, it only plays once.
Is there a setting I am missing?
Jason
-
You need to set up your animation import setting.
In project hierachy select your animation or object that contain the animation and change "Animation Wrap Mode" to "Loop".
-
I did that. Screenshot attached.
-
Don't use UIButtonPlayAnimation. Simply create a script that has OnClick() function, and inside it do animation.Play().