Hi, I’m trying to spawn a new character then make it possess by a Controller when he join the server. It works on the server side but not on the client side. The controller (client) is “attached” to the pawn but he can’t control him and I don’t understand why … But it works when I launch 2 instances of the game not in standalone mode but directly in the editor.
GameMode: This function is call in the gamemode when I new controller come (with the function PostLogin in c++)
Ok I have find the problem but it’s very strange. I have to call possess on server side (gamemode) AND client side (PlayerController) … I have already try this in 4.12 but it did not work. Someone can explain to me because I read that we only need to call possess on server side.