in the editor the player start spawns at the location specified. when doing standalone or full builds the player always spawns at 0,0,0! super annoying. i’ve tried searching and tweaking to no avail. if it works in the editor, why the heck not in standalone? i’ve tried new maps but no luck.
Do you have spawn points in your level?
If not, then the default spawn location is always 0,0,0.
If you do have them, have you overwritten the game modes default spawning logic?
If so, post your code.