The launch of Star Wars: Hunters represents a technical milestone in the industry, demonstrating that it is possible to bring the aesthetic of The Clone Wars series to a competitive multiplayer environment. Developed in Unreal Engine 4, the game faces the challenge of maintaining high visual fidelity while running at 60 FPS on mobile devices and consoles. The key to success lies in a meticulous art pipeline, where each asset is designed to be efficient without sacrificing the visual charisma that defines the franchise.
Optimization Pipeline: From Maya to UE4 with Aggressive LODs 🎮
The process begins in Autodesk Maya, where artists model characters and environments with a clear silhouette, prioritizing angular shapes and simplified volumes reminiscent of The Clone Wars 3D animation. To ensure performance on mobile devices, each main character is built with a target polygon count of between 5,000 and 8,000 triangles. Diffuse textures, at 512x512 pixels, are baked from high-resolution maps, eliminating the need for complex dynamic lighting. The team implements three levels of detail (LODs) per asset: LOD0 for consoles, LOD1 for tablets, and LOD2 for phones, progressively reducing geometry and texture size. In Unreal Engine 4, master materials are applied that allow sharing shaders across multiple assets, minimizing draw calls. Additionally, the camera occlusion system and distance culling are used to hide objects not visible in the arena, optimizing graphics memory usage.
The Technical Lesson: Fewer Polygons, More Personality 🚀
Star Wars: Hunters demonstrates that optimization is not the enemy of artistic expression. By adopting a stylized visual style, the developers avoid the temptation of photorealism and focus on what truly matters: visual clarity in combat. The decision to use efficient UVs and flat textures allows the game to look vibrant both on a 6-inch screen and a 4K television. For any developer looking to publish on multiple platforms, this title serves as a case study: model with the weakest hardware in mind from day one and use the art style as an optimization tool, not a limitation.
How the development team managed the balance between the visual fidelity of the Clone Wars style and the performance constraints on mobile devices within Unreal Engine 4
(PS: optimizing for mobile is like trying to fit an elephant into a Mini Cooper)