In Standalone Game mode Actor spawn before level is load and fall under ground texture. How to fix it?
Are you controlling the spawn? If so, you need to wait until recognizable things are loaded ( like the player start ) before spawning the player.
I don’t controlling the spawn. Player Actor spawned automatic on Player Start location.
A couple of things you can do
-
Move the player start higher up, to give you time
-
Spawn the player from the level blueprint, after the level has started running. To do this, you have to change the game mode in world settings so it doesn’t still spawn the default player:
Yeah, that’s my number 2…