My landscape disappears when in standalone mode

I made a landscape, complete with sculpting etc. Viewport plays fine, VR plays fine, but if I ask for standalone mode, the landscapes of my world disappear. I tried restarting UE and PC, nothing changed. Anyone has any idea why this is?

  • Make sure you haven’t simply fallen underneath the surface of the landscape and can’t see it because the landscape faces the other way.
  • Make sure the proper level is loaded
  • Make sure any sublevels are loaded
  • Make sure the landscape actor is on the proper level / sublevel
  • Make sure the level is included in packaged project

That’s all I can think of at the moment.

Actually, it was something simple. My player was falling through because the landscapes take time to load. I loaded the player on a platform and after a few seconds the landscapes and everything else just appeared. So now I have to make a loading screen and stop my player from falling. Thanks for your time though!