Hello, I am relatively new to unreal and I am teaching myself online. I have a spawn and respawn system in the game that works in the editor but respawning does not work in the packaged game. On top of that, the player is not spawning on the player start anymore, he is spawning in a fixed location shown in the screenshots. This location is where I USED to have my player start, but since moving it the player still spawns and respawns here. I only have one respawn function and its in the level01 blueprint, not the game mode.
-I can spawn in and play the game fine, I’m just not spawning in the correct spot.
-The default pawn class is my player, “BP_Player02”
-I used to have multiple different respawn systems and I think this is where I messed up, watching different tutorials with different steps. Now there is only one respawner in the level blueprint.
-my character respawns in the editor (at the wrong location), but he will not respawn in the packaged game.
-I have tried a lot of steps to fix this spawning issue, and I worry I may have done something along the way that is blocking out my spawn, as of right now I have no clue why he spawns at 9100,32180 instead of wherever I put my player start.
Please help me fix my game! Thank you for taking the time to read, and let me know if I can provide anything else that will help, I’m even willing to zip the whole project and send it on Google drive if need be, it is roughly 1.3gb.