Hi, I’m having problem with UE 5.3 packaged version for Windows, after I select to load level in main menu, level shows up and after 1 second everything freezing forever. I have 2 levels in my game, second one works fine. I found that problem is probably with level streaming, when I’m disabling streaming, game is not freezing, but landscape is not loading at all at both levels. Also I tried to remove lanscape from 1 level and add new one, didn’t worked. I’m using PCG and Virtual textures in this project. In editor everything is working fine.
Thanks for response, VS didn’t show anything after freeze, but I solve freeze problem by unplug the PCG node, which was generated on beginplay. Still have to find solution to generate it properly.
Also I solve the world streaming no landscape problem by adding new grid and assign landscape to it
From the documentation
Block on Slow Streaming Blocks loading in situations where grid cells are not loading fast enough.
So if the pc does not load in the cells fast enough then you have to do it manually.