Neon White Art Pipeline: 144fps in Unity with Anime Aesthetic

Published on May 26, 2026 | Translated from Spanish

The visual success of Neon White does not lie in hyper-realistic textures or complex dynamic lighting, but in a smart optimization of the artistic pipeline. Developed in Unity, the game achieves and exceeds 144 frames per second thanks to a high-contrast, flat-color anime aesthetic. This decision is not merely stylistic: it is a performance strategy that allows independent developers to prioritize smoothness without sacrificing the game's visual identity.

Scene from Neon White with an anime character jumping over high-contrast, flat-color backgrounds

Blender and Photoshop: the dynamic duo for assets and UI 🎨

For weapon and environment models, the team used Blender with a low-poly approach and materials without complex shading. Each asset was designed to work with flat shaders in Unity, drastically reducing the polygon count and GPU load. Skill cards and the user interface were created in Photoshop, exported as fixed-resolution sprites. This workflow avoids real-time text rendering and minimizes draw calls. The key lies in consistency: all visual elements follow the same saturated color palette and defined outlines, unifying 2D and 3D art under a single rendering logic.

Lessons for indies: visual quality without sacrificing performance ⚡

Neon White demonstrates that an indie can compete in smoothness with AAA titles by adopting smart artistic constraints. The use of baked lighting and pre-calculated shadows instead of dynamic lights, along with the removal of costly post-processing effects like motion blur, frees up resources to maintain stable 144fps. The lesson is clear: define your visual style first as a technical constraint, not as an ornament. If your game demands speed, every polygon and every pixel must have a clear purpose within the pipeline.

What was the main strategy of the Neon White team to optimize the artistic pipeline and achieve stable 144fps in Unity without sacrificing the anime aesthetic?

(PS: a game developer is someone who spends 1000 hours making a game that people complete in 2)