Reviving the Legacy of Jet Set Radio: Cel-Shading and Neon in Bomb Rush Cyberfunk

Published on May 30, 2026 | Translated from Spanish

Team Reptile has managed to capture the essence of the classic Jet Set Radio with Bomb Rush Cyberfunk, a title that not only pays homage to Dreamcast aesthetics but takes them to a new technical level. Using Unity as the base engine, the game implements an advanced cel-shading system that combines sharp outlines with vibrant neon lighting. This article breaks down the artistic pipeline behind this revival, analyzing how Blender and Photoshop integrate with Unity to generate a unique and dynamic visual style.

Visual style of Bomb Rush Cyberfunk with neon cel-shading and skating characters against a vibrant urban background

Technical Pipeline: From Blender to Unity with Outlines and Neon 🎨

The character and environment creation process begins in Blender, where assets are modeled with low-poly geometry to facilitate flat shading. The key to cel-shading lies in the normals and material configuration. In Unity, a custom shader is used that leverages the depth buffer to generate dynamic outlines through a post-processing effect, similar to the Sobel edge detection technique. For the neon, emissive properties are applied to the base material combined with camera bloom, achieving that characteristic city glow. Photoshop is used for graffiti textures and color maps, ensuring that flat, saturated tones remain faithful to the artistic concept. Breakdance and skate animations are imported from Blender using rigging and animation curves, optimized so that transitions between tricks are smooth and responsive to player input.

Lessons for Developers: The Magic of Outlines and Movement 🛹

Bomb Rush Cyberfunk demonstrates that visual style does not have to come at the expense of performance. Independent developers can replicate this aesthetic using assets from the Asset Store and modifying open-source shaders. The trick for pronounced outlines is not to rely solely on geometric edges, but to use a second render pass that draws the outline based on the camera angle. For dance and skate animations, the key is to study real human movement and exaggerate it, prioritizing visual clarity over realism. This title is proof that, with the right tools, it is possible to create a vibrant world full of personality that connects with nostalgia without remaining stuck in the past.

What rendering and optimization techniques did Team Reptile use to recreate the cel-shading style and neon of Jet Set Radio in Bomb Rush Cyberfunk without sacrificing performance on last-generation consoles?

(PS: optimizing for mobile is like trying to fit an elephant into a Mini Cooper)