playMaker

Author Topic: How to make the character's face direction not return to default after moving?  (Read 1073 times)

s11221144

  • Playmaker Newbie
  • *
  • Posts: 1
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.

Twood

  • Junior Playmaker
  • **
  • Posts: 80
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.
« Last Edit: June 11, 2022, 09:18:12 PM by Twood »

cloud03

  • Full Member
  • ***
  • Posts: 249
  • Viva Playmaker!
    • Milkish Game Studios Blog
Perhaps don't rotate the character in the idle state (remove any smooth direction, or rotate action in the start state)