How to create this effect in Superhot?

I’ve been trying to figure out how to get the glare and that flat shaded look in Superhot, like this:
https://superhotgame.com/wp-content/uploads/2015/06/addict2-1030x579.jpg

I just have no idea and after toying around with Unity 's lighting and blender I still couldn’t figure out if this was doable without coding in some shaders, would love it if someone could point me in the right direction :slight_smile:

Try the Bloom image effect from the standard assets.

1 Like

The flkat shaded look is easily done by eliminating any smoothing groups of the mesh, either by doing so in the 3d modelling application, or via the model’s import settings (normals import).

1 Like

Oh is the bloom a Pro only feature? Because I still can’t find it after importing the effects package :frowning:

Nevermind, found it in the Camera components, thanks a lot! I think this is what I want!

Looks like pre-baked GI and a bloom postprocess to me.