Unlit level

Hello, I am working on a very cartoony style project and I want my playable version to be unlit, how can I set it up?

Nevermind I figured it out. You need to excecute command viewmode unlit after Event Begin Play.

H ithere,

You can get this effect in game fairly easily by opening up your level blueprint, create a Event Begin Play node, and create a “Execute Console Command” node. The command you want to enter is (no quotes) “viewmode unlit”, then compile/save.

This should force the lighting mode to unlit as soon as the level loads.

EDIT: looks like I was too slow… you beat me too it :wink:

2 Likes

Thanks guys! Solved my problem <3