I am making a DBD style game. When choosing a character, the player connects to the character, but cannot move, he only transforms into that character’s body.
Make the player controller possess the selected character using the Possess
node, and also make sure to assign the mapping context after Event Possessed for all of your characters like this:
Hope this helps