Hi,
I made a small game, it has like 6 rooms. No AI is spawned, everything is low poly with LODS, 99% of textures are 512 max, lights and lightmaps are ok. I get huge FPS drop to 15-22 on Fullscreen in Packed Game, in Editor in Selected Viewport and Pie.
It only runs good at 40-60 FPS Fullscreen on Standalone Game in Editor.
Packaged it only works well in windowed mode at lower resolution.
I used to think maybe it was my pc, but then why does it run perfect Fulscreen with the Editor opened on StandaloneGame mode and also with my Internet Browser opened with like 20 tabs. But packed with every other program closed it drops so hard that it’s unplayable ?! Any ideas ?
UPDATE : I used the console command stat unit and i found out that my GPU is where the problem is at, it’s turning red lol. I have a GeForceGTX 950M with 4gb display and 4 gb shared memory. Any way to optimize this ? I already made LODs and lowered the lightmaps and texture mip maps
UPDATE 2 : In project settings turned on : Game Discards Unused Material Quality levels, turned off : Bloom, Ambient Occlusion, Ambient Occlusion Static Fraction, Motion Blur. = absolutely no changes still same FPS drop.
UPDATE 3: If i save in every room and load again, it plays at good 40-60 FPS but as soon as i venture in other rooms it starts to grind to a 10-15 fps again, it’s feeling like the GPU is gathering information and keeping it instead of dumping it when i leave an area … feels like it’s collecting all the objects and textures and just holding them …
UPDATE 4: Added PostProcessVolume and disabled what it sais here : https://answers.unrealengine.com/questions/707033/view.html
Same FPS drop but my game is looking 50% worse
UPDATE 5: I just found out that StandAlone mode does not run at FULL SETTINGS like the Packaged game so that might be the reason for higher FPS, i’m starting to think maybe my graphics card is bad.
UPDATE 6: Added CullDistanceVolume with 21 elements and LightMassImportanceVolume = still same FPS drop