Help! need some help on BlendSpace ( Newbie )

Hi everyone , i have some trouble with the blendspace that i could need some help , when using the blendspace the assets(animation in the preview ) got stuck together , how can i set it apart like ( animation 1 - animation 2 - animation 3 )

Hey @gahnohPie! Welcome to the forums!

So a blendspace is when you use parameters such as speed and direction to blend between a few separate animations- and it comes out as one animation.

What I’m seeing here is you are using a 2d Blendspace when you need a standard, one-parameter blendspace (or 1D blendspace) as you are only passing in speed.

So you will want to create a separate, new blendspace, it should look like just one line. And then pull your animations from the tray on the side there.

Now, should you want to use the animations by themselves you can still do that! A blendspace is an extra feature, it does not overwrite or combine anything- like a filter of sorts.

Check out the documentation below for more in-depth info! :slight_smile:

1 Like

tks , any tips on acceleration , the character keep adding speed the more i hold shift ( even if i already set the max walk speed ) how i can set the walk speed without acceleration

I would say it could be a lot of things, if you can supply some pics of your code I might be able to help out a lot more. :slight_smile: It sounds like something simple, yet easy to overlook, though.

1 Like


im using the blueprint so no code yet the print i get at the play screen came from this

Ah, yeah. So the triangles are your “Execution” line. If it has triangles, and they aren’t hooked in, it does nothing :stuck_out_tongue:

So the max walk speed was not being set since that code was not being executed.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.