I am using a project with Nanite, Lumen and Virtual Texture Streaming. Some of the assets that I am using do not seem to support Nanite and/or VTS, so I turned it off for them. Now, whenever I am building a level (the only one I have), the editor freezes the moment it comes to building texture streaming, as shown here:
My first suspicion was that my PC is getting too old for this, so I went ahead and checked the task manager, as shown here:
The editor generally takes how much ever memory it wants to (until 97% so far) so surely the RAM isn’t the problem.
I have tried verifying and reinstalling the engine but it didn’t solve anything. I was having various issues with the editor crashing but it seems to be resolved now. Sometimes, the texture streaming pool goes over budget but the error goes away on its own.
This was the error I got when the engine crashed previously: Assertion failed: ActorsByName.Remove(ActorDesc->GetActorName()) [File:D:\build\++UE5\Sync\Engine\Source\Runtime\Engine\Private\WorldPartition\ActorDescList.cpp] [Line: 90]
I resolved it by turning ON world partition and turning it off again.
Only method I can quit the editor after the freeze is to kill it with Task Manager. Any suggestions on how to fix the freezing?