Switch/change BlendSpace2D inGame?

Hello,

I’m new to this graphic engine, and I have a problem, trying to animate a character of the paragon asset
I am currently working on the travel/combat switch mode (When i press W) and i do not know how to use correctly 2 different “BlendSpace2D” one for travel without weapon and one for combat with weapon.

(Video Link) ( at the beginning of the video i’m on the combat mode, when i unequip the sword i don’t have the animations of the second blendspace, where I do not know what to do )

if anyone knows the solution, thanks in advance

character_BP :

Anim_BP :

up, i don’t find any solution :frowning:

The easiest way to work with animation blueprints is to handle the legs separately from the upper body. So set up walking etc. for the legs, then blend in the upper body animation. That way you don’t have to make different blendspaces every time to add some animation for upper body.

This might help: