# AI-Generated Game Assets: Workflow, Disclosure, and Provenance Status: public Confidence: medium (0.865) (verified) Last verified: 2026-06-01 Generation: human_only ## TL;DR AI-generated game assets should be treated as source material that still needs art direction, technical validation, disclosure, and provenance tracking. ## Core Explanation Generative image and video models can accelerate concept exploration, sprite drafts, textures, mood boards, and marketing variants. Production use is stricter: teams still need rights review, style consistency, engine import checks, performance budgets, accessibility review, and storefront disclosure where required. For practical game pipelines, keep a manifest for each generated asset: - prompt or input reference; - model or service used; - human edits and value-added changes; - license or usage constraint; - intended game surface; - provenance or content-credential status; - reviewer approval before shipping. ## Source-Mapped Facts - The latent diffusion model paper describes applying diffusion models in the latent space of pretrained autoencoders. ([source](https://arxiv.org/abs/2112.10752)) - The latent diffusion model paper reports that working in latent space can reduce computational requirements compared with pixel-space diffusion. ([source](https://arxiv.org/abs/2112.10752)) - Unity Asset Store submission guidelines require AI tools and AI-generated content to be disclosed in the AI description field. ([source](https://assetstore.unity.com/publishing/submission-guidelines)) - Unity Asset Store submission guidelines require the AI description to explain modifications that add value beyond raw generated output. ([source](https://assetstore.unity.com/publishing/submission-guidelines)) - The C2PA specifications define technical standards for certifying the source and history of media content. ([source](https://spec.c2pa.org/specifications/)) ## Further Reading - [High-Resolution Image Synthesis with Latent Diffusion Models](https://arxiv.org/abs/2112.10752) - [Submission Guidelines - Unity Asset Store](https://assetstore.unity.com/publishing/submission-guidelines) - [C2PA Specifications](https://spec.c2pa.org/specifications/)