How do I make Blendspace 1D play from start?

How can i tell Blendspace 1D that play animation from start each time it used?

Hello,

There are 2 options available right now to make that work.

  1. State gets initialize whenever gets reactivated, so placing the blendspace node inside of state can fix this
  2. You can convert blendspace node to be evaluator (right click) and sets position. This comes with a burden of you having to sets position all the time, but you can also initialize to 0 when you want to.

Long term solution for this is “Node Relevancy Event” in Trello.

Currently each node doesn’t get event of activating/deactivaging which is a part of problem to support this feature, but this is the node that can detect if it’s re-activated, and it reinitialize the node below.

That is planned in short term as you can in roadmap.

Thanks,

–Lina,

Thank you, Lina, for your answer. Would you be able to show a screenshot of what you are referring to? I too have been having the issue of my character snapping back to a random position in its idle animation, rather than always playing the blendspace from the start. Thanks!