The Art Pipeline Updates milestone reviews and modernises the HeroEngine Legacy art pipeline to ensure full compatibility with current asset formats, tooling standards, and rendering requirements. The art pipeline is the production pathway through which all visual content enters the engine — models, textures, animations, and effects all pass through it before they can be used in a live environment. A pipeline with broken stages, deprecated format handlers, or incompatible tooling does not just slow down content production; it produces incorrect results that are often difficult to diagnose and costly to correct downstream. This milestone resolves those issues systematically, producing a validated, documented pipeline that content teams and licensees can rely on through the relaunch and beyond.
Audit Existing Import and Export Pipelines for All Supported Asset Formats
Started: 2025 Feb 02
Finished: WIP
Updated: 2026 March 15
Status: Paused - Review
The pipeline audit begins with a complete examination of every import and export pathway currently supported by HeroEngine Legacy, tested against the full range of asset formats the engine was designed to handle. Each pathway is evaluated for correctness — does it produce the expected output from a known input without data loss, artefacts, or silent errors — and for compatibility with the current versions of the external tools and format specifications it interfaces with. Format specifications evolve over time, and pipelines built against older versions of FBX, OBJ, DDS, and other common formats may silently mishandle assets produced by current content creation tools. Every discrepancy between expected and actual pipeline behaviour is logged with sufficient detail to drive targeted remediation in the subsequent update stages.
Identify Deprecated Tools, Broken Pipeline Stages, and Format Incompatibilities
The audit output is analysed to produce a categorised findings list covering three distinct problem types, each requiring a different remediation approach. Deprecated tools are pipeline components that were functional at the time of original development but are no longer maintained, no longer compatible with current operating environments, or have been superseded by superior alternatives — these require replacement decisions rather than repair. Broken pipeline stages are components that are expected to function but currently do not, producing errors, incorrect output, or silent failures under specific input conditions — these require targeted debugging and repair. Format incompatibilities are cases where the pipeline's handling of a specific format has diverged from the current format specification, producing output that is technically processable but visually or structurally incorrect — these require updates to the format handling logic to realign with current specifications.
Update Asset Format Handling to Support Current Production Standards
With the audit findings categorised and prioritised, format handling components are updated systematically across the full pipeline. Updates address both the import side — ensuring that assets produced by current versions of industry-standard content creation tools are ingested correctly — and the export side, ensuring that assets processed through the HEL pipeline produce output that is compatible with the rendering and runtime systems they feed into. Where format specifications have evolved significantly, handling logic is rewritten rather than patched, ensuring that the updated pipeline operates against the current specification rather than an incrementally modified version of an outdated one. All format handling updates are validated against representative asset sets drawn from actual production content to confirm that results are correct under real-world conditions rather than only under idealised test inputs.
Validate Animation Pipeline Integrity and Resolve Known Issues
The animation pipeline warrants dedicated validation given the complexity of animation data and the number of systems it touches — skeletal rigs, blend shapes, physics-driven secondary motion, and timeline-based playback all depend on animation data being imported, stored, and played back with precision. Known issues identified in the code audit and the pipeline audit are addressed here, covering incorrect bone transform handling, animation compression artefacts, blend tree evaluation errors, and any cases where the animation pipeline produces results that diverge from the source content in ways that are not intentional optimisations. Validation is conducted with a representative set of animations spanning the full range of complexity supported by HEL — from simple looping ambient animations through complex multi-layer character rigs — to confirm that the updated pipeline handles the complete complexity range correctly.
Test Full Pipeline End-to-End with Representative Asset Sets
Individual component updates are validated in context, but the pipeline as a whole must also be tested end-to-end to confirm that all updated stages work correctly in sequence and that no integration issues have been introduced between components that were individually sound. End-to-end testing is conducted with asset sets that represent the full range of content types, complexity levels, and format combinations that HEL licensees actually use in production. Test assets travel the complete pipeline path from source file through import, processing, internal format conversion, and runtime use, with the output at each stage inspected for correctness before the next stage is executed. Any issue identified during end-to-end testing that was not caught in component-level validation is logged, resolved, and retested before the milestone advances.
Document Updated Pipeline Specifications for Development and Client Reference
A validated pipeline without documentation is a pipeline that only the people who built it can use reliably. This component produces complete, accurate documentation of the updated art pipeline covering supported formats and their version requirements, pipeline stage sequence and configuration, known limitations and their workarounds, and the export settings required from common content creation tools to produce assets that import correctly. Documentation is written to serve two distinct audiences: the internal development team, who need sufficient technical detail to maintain and extend the pipeline, and HEL licensees, who need practical guidance on preparing and delivering assets that work correctly with the platform. Both documentation sets are reviewed for accuracy against the validated pipeline before the milestone is marked complete.