Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Rabagast on June 30, 2013, 11:32:56 AM

Title: Animation not looping[SOLVED]
Post by: Rabagast on June 30, 2013, 11:32:56 AM
Hi!
I'm very new to Playmaker! I'm trying to figure out how to play animation on my character! But it's not looping the animation! It just stop when I'm walking left and right. How can I make the animation loop?
Title: Re: Animation not looping
Post by: Rabagast on July 15, 2013, 06:19:37 AM
I would be very grateful if someone could help me with this.

Please! :(
Title: Re: Animation not looping
Post by: 3d_Artist1987 on July 15, 2013, 09:04:47 AM
hi,

http://docs.unity3d.com/Documentation/Components/FBXImporter-Animations.html (http://docs.unity3d.com/Documentation/Components/FBXImporter-Animations.html)
Dev
Title: Re: Animation not looping
Post by: xhidnoda on July 16, 2013, 03:21:01 PM
I use 2D toolkit for animation and is not problem for loop the animation.
What you use to make animation?
Title: Re: Animation not looping
Post by: Rabagast on July 28, 2013, 08:21:08 AM
Hi!
I have a character with a lot of finished animations. I just want Playmaker to play them. For example when I'm walking left and right, I play the walking animation. But it stops when the animation is finished. It's not looping.

Is 2D Toolkit good? I have never used it before.
Title: Re: Animation not looping
Post by: jeanfabre on July 28, 2013, 10:11:22 AM
Hi,

I think you need to simply set the wrap mode of your character anims to "loop". It's in the fbx asset ( animations section) where you define each anims.

Bye,

 Jean
Title: Re: Animation not looping
Post by: Rabagast on July 28, 2013, 11:21:49 AM
Thank you, jeanfabre!

You're right. Wrap mode on each animation was set to default. I set it to loop, and then it works. But now it seems like that the character is walking backwards when I'm walking to the left. I will try to find it out. Or else I will ask for more help :)