Hello,
When I enter PLAY mode, I have no issue, but when I reload, the entire level is black (except for the enemies on screen) for a few seconds and then it flashes on.
What’s going on here? How can I fix it?
Hello,
When I enter PLAY mode, I have no issue, but when I reload, the entire level is black (except for the enemies on screen) for a few seconds and then it flashes on.
What’s going on here? How can I fix it?
Hi there,
it seems your texture streaming pool size is over budget.
Try this console command and see if fix the issue.
r.streaming.poolsize 6000
Try different values to see the best limit for you without hitting performance too hard.
Also, you might want to check your texture sizes and review if you need high quality textures for just a few actors rendered from distance.
If not, how are you calling the restart level logic?
Remember to also test your level in standalone mode and in a packaged project.
Best of luck!