A technical breakdown of how Lethal Company achieves its distinctive visual style using Unity's HDRP rendering pipeline. The game renders at a fixed low resolution of 860x520 regardless of native resolution, which explains its pixelated look and keeps performance high. The analysis uses GPU frame capture to reveal the rendering pipeline: deferred rendering with physically-based lighting, volumetric fog, a custom posterization shader that quantizes volumetric lighting data (not colors) and applies dual edge detection, HDRP depth of field to blur the helmet visor, and a final Uber Post pass for bloom and color grading. Nearly all effects are built-in Unity features, with the only proprietary element being the posterization filter built in Shader Graph.
Sort: