Flyboys

2023
Unity
C#
Blender

Flyboys is a mobile adventure game in which you follow the legacy of Jan Kaspar, a legendary Czech aviation pioneer. I was in charge of creating 3D assets, the flight model, procedural terrain system and other integral parts of the game.

Bicycle customization, preview is updated in real time. The bicycle components are rendered offscreen with a sketch shader into a render texture, which is used as a base for the blueprint material.

Early development footage showcasing the customizability of the procedurally generated terrain. The system asynchronously generates height points using perlin noise. Entities are then placed on the surface, reading terrain normals to compute their orientation.

3D assets are lazy loaded and unloaded in Unity coroutines. Model distribution was authored in Blender and exported as world chunks, allowing for hand crafted scenery to be placed on a procedurally generated terrain.

Two URP renderer features, fog and god rays, were adapted and optimized for the game.

Back to projects