Hello,
I’m trying to switch characters simply by pressing Tab as simply as possible. Currently I have all characters getting pointed into an array when game starts, and then when I hit Tab I can switch characters. problem I’m having is that when I switch characters, characters get stuck in their position, and they stay in their animation. I was curious if anyone has done this or if anyone has a fix.
Here is what is in my level blueprint and screenshot of what is happening in game :
Adding characters to your screen and copying code will be enough to test what I have. I’m sure it has something to do with when system Un Possessing previous Pawn, but I’m still rather green with Blueprint and I’m not sure how to attach an AI Controller or how to get it and then set it later or if that would even work.