What do i miss in the unlit mode?

I want to make the whole game look like the unlit mode when you press F2 cause I get more fps that way.

Here is the lit game when i’ve set all the materials to Unlit mode and i deleted all the lights from my map.

And here is the unlit mode by pressing F2:

What do i have to do in order to get the F2 unlit look? What am i missing?
Thanks in advance.

You could run the console command from within your levelBPs to set the mode to unlit on begin play, its not perfect and is sort of “hacky” but it should work. Something like this: EventBeginPlay → Execute Console Command → Command=" viewmode unlit "

130422-setviewmodeunlit.png