I’ve been trying to respawn the player character via a game over screen. I want it to be that when the player clicks the continue button the character will respawn and the level will start over again. I’ve been following this guide.
Oh yes the paper 2d loving spawn ^^ This is a player rotation issue. You may can fix it by set player / camera rotation on start (not sure about the best way to solve it, set a rotation of character on spawn or set the camera on a different angle in character bp))
personally, i would try, to rotate player character (but it would not work) then i would try to open character blueprint and in, first set camera on the right of the character, second do in event graph : on begin play set actor rotation.
And if nothing works,i would try something else ^^
I’ve been trying to setup this same respawn BP as well and have not been having any luck. I’ve even tried simply triggering the respawn with a basic keypress and have set the make transform manually. I can’t get it to respawn the character either. If you have any luck please let me know and I’ll do the same!