Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: s11221144 on June 11, 2022, 10:02:17 AM

Title: How to make the character's face direction not return to default after moving?
Post by: s11221144 on June 11, 2022, 10:02:17 AM
Hello guys, I am a beginner who has just learned playmaker. There is a problem here that has been bothering me for a long time. I hope in here professionals can help me with this problem.

My problem is as shown in the video.
After I want to move my character, the direction and position he faces will change, but no matter what direction commands I add, I can't change his direction and return to the origin after moving.

I don't know how to solve this problem, I did it according to this official video but because I have animation of mixamo so I have to change some programs inside, the conclusion is that I want to know how to make the direction move to the direction I am facing in the direction, hope someone can help me thanks.
Title: Re: How to make the character's face direction not return to default after moving?
Post by: Twood on June 11, 2022, 09:15:53 PM
Well, you could try doing a 'Smooth look at' on the character to make it aim towards the last controller axis vector direction before any idle animation starts. (also there's alternative look ats in the ecobrowser that might help if that one doesn't)

Might also need to make sure the animation isn't "baked" to only play in one direction.
Title: Re: How to make the character's face direction not return to default after moving?
Post by: cloud03 on June 12, 2022, 09:13:41 PM
Perhaps don't rotate the character in the idle state (remove any smooth direction, or rotate action in the start state)