Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: byrdbones on August 23, 2014, 08:44:03 AM

Title: How to animate character?
Post by: byrdbones on August 23, 2014, 08:44:03 AM
I'm new to using Unity and playMaker, I've been watching lots of videos and tooling around. It's all been well and good, but I can't figure out this one thing, and it's probably not as complicated as I'm making it out to be. Basically, I have a Player object, and I have an 2 animations for it atm, one is Idle, the other is move forward in one direction. The idle works as it's the default animation under the Animator tab. I have some FSM's set so the player can move to the right, and the left, working fine. But I can't figure out how to start the animation I have of the player walking when he starts to move. Any help is appreciated!

This is the video tutorial I used, he uses a cube object to tweak the movements instead of the actual picture/graphic of the player.
Title: Re: How to animate character?
Post by: Rabagast on August 23, 2014, 09:33:35 AM
Hi!

Have you tried this?

https://www.youtube.com/watch?v=0shjECpuDIk (https://www.youtube.com/watch?v=0shjECpuDIk)
Title: Re: How to animate character?
Post by: cloud03 on August 23, 2014, 10:04:51 AM
The Part 4 covers how to deal with Mecanim Animations, please check this link out:

Hope this helps...
Title: Re: How to animate character?
Post by: byrdbones on August 23, 2014, 10:33:05 AM
Funny I had seen the first video, but not all of it. I think both of these videos will help me get this running. Thanks so much to both of you for your fast replies!
Title: Re: How to animate character?
Post by: cloud03 on August 23, 2014, 09:14:42 PM
You're welcome, glad the videos do help, I'm in the middle of creating another episode that deals with sprite base character, hopefully I'll be able to upload it soon..
Title: Re: How to animate character?
Post by: Rabagast on August 23, 2014, 09:20:03 PM
Hi, cloud03!

I really want to have a tutorial on how to make a good ladder movement in a 2D platformer. :)
Title: Re: How to animate character?
Post by: cloud03 on August 23, 2014, 10:03:00 PM
It is quite easy actually, simply use a trigger box to define the area of a ladder, upon entering and pressing up, disable the horizontal movement, and enable a vertical movement...haven't tried this yet, but that is what I'll probably do, I have to test it first though, hopefully I'll be able to the ladder tutorial after this sprite one...
Title: Re: How to animate character?
Post by: Rabagast on August 23, 2014, 10:14:29 PM
I'm very close to make a ladder movement. But I'm a little bit stuck.
I also need a ladder top trigger to stop the Vertical movement and activate the Horizontal movement. I just have some problems when I'm climbing down the ladder.

Maybe I can send you a ladder example of what I have done so far in another post? So you can see my problem.
Title: Re: How to animate character?
Post by: cloud03 on August 24, 2014, 11:18:39 AM
@Rabagast: I've sent you a PM.. :)