Two Blendspaces for one Character doesn't work

I wanted to use two Blendspaces for one Character when variable is true and false but somehow it doenst work and shows a error and it always use the blendspace from false


this is my code for the Blendspaces

Hey @Mehmet_2222

this error says that your Character variable is not set. You have to do something like :

in the EventGraph of your AnimationBlueprint. And this:

Then you should usually be good to go and can test it.

1 Like

Thanks it worked