PC V2.0 Storms Brewing Dev Diary

I'm getting a stutter after looting any container going in and out of it , is anyone getting this? I tried everything but i keep getting it. At the start of the game it doesn't happen only after a few times looting.
That is the Unity Engine Garbage Collection. Basically the game engine freeing up resources that are no longer in use. It has to happen at some point semi regularly or your computer runs out of resources.

TheFunPimps decided that instead of having Garbage Collection happen on a timer so it suddenly happened during combat to have it happen when you open your inventory because that is usually a safer for it to happen.
 
That is the Unity Engine Garbage Collection. Basically the game engine freeing up resources that are no longer in use. It has to happen at some point semi regularly or your computer runs out of resources.

TheFunPimps decided that instead of having Garbage Collection happen on a timer so it suddenly happened during combat to have it happen when you open your inventory because that is usually a safer for it to happen.
I wish it went back to the timer. In p2p it seems to kick in when ever ANYONE opens a chest which makes sorting loot an exercise in slideshows.
 
Back
Top