{"id":3138,"date":"2026-08-08T02:01:31","date_gmt":"2026-08-07T23:01:31","guid":{"rendered":"https:\/\/picajet.com\/articles\/formats\/usdz\/"},"modified":"2026-08-08T02:01:31","modified_gmt":"2026-08-07T23:01:31","slug":"usdz","status":"publish","type":"format","link":"https:\/\/picajet.com\/articles\/formats\/usdz\/","title":{"rendered":"USDZ"},"content":{"rendered":"<p class=\"wp-block-paragraph\">Apple announced USDZ at its Worldwide Developers Conference on June 4, 2018, developed jointly with Pixar and introduced alongside ARKit 2 and a new system-wide AR Quick Look feature. The goal was specific and practical: give iOS a single, self-contained 3D file format that Safari, Messages, Mail, and Files could all open directly into an augmented-reality preview without requiring a dedicated app, something no existing 3D format was optimized to do at the time.<\/p><p class=\"wp-block-paragraph\">USDZ achieves that by packaging USD scene data, textures, and audio into a single uncompressed zip archive \u2014 uncompressed specifically so iOS could read the contents directly via memory-mapping rather than needing to unzip the file first, keeping AR Quick Look responsive. At launch, Apple also announced that Adobe, Autodesk, and Sketchfab would add USDZ creation or export support, positioning it immediately as a cross-tool AR delivery target rather than an Apple-only curiosity.<\/p><p class=\"wp-block-paragraph\">For a DAM serving retail, product visualization, or e-commerce use cases, USDZ is now a required delivery derivative wherever &quot;View in AR&quot; needs to work on an iPhone or iPad \u2014 Apple&#8217;s ecosystem specifically expects it, the way Android\/web AR expects GLB. A mature product-asset DAM pipeline typically generates both from the same source model automatically, since USDZ and GLB aren&#8217;t interchangeable and neither platform&#8217;s native AR flow will substitute the other.<\/p>","protected":false},"excerpt":{"rendered":"<p>An uncompressed-zip packaging of USD created by Apple and Pixar for augmented reality, bundling geometry, materials, and animation into one file that iOS can preview natively without a separate app.<\/p>\n","protected":false},"author":0,"featured_media":0,"template":"","meta":{"footnotes":"","faq":[{"question":"Why does an e-commerce DAM need to generate USDZ separately from GLB?","answer":"Apple's AR Quick Look on iOS\/iPadOS specifically expects USDZ, while Android and most web AR viewers expect GLB \u2014 a DAM serving both platforms' 'View in AR' features needs to generate and manage both derivatives from the same source model."},{"question":"Can USDZ be edited directly, or is it only for viewing?","answer":"It's designed as a delivery\/viewing package \u2014 Apple's specification constrains USDZ to a predictable, renderable subset of full USD, so serious editing should happen in the source USD scene or original DCC file, with USDZ regenerated afterward."},{"question":"Why is USDZ's zip archive uncompressed rather than compressed like a normal zip?","answer":"Apple deliberately left it uncompressed so iOS can memory-map and read the contents directly without first unzipping the file, keeping AR Quick Look's load time fast \u2014 this is a specific engineering choice, not an oversight."},{"question":"What relationship does USDZ have to the full USD format?","answer":"USDZ is a constrained, single-file packaging profile of USD (Pixar's Universal Scene Description) created by Apple specifically for AR delivery \u2014 it's a narrower, delivery-focused subset rather than a separate format from scratch."},{"question":"Can a Mac-based DAM team preview USDZ without any special software?","answer":"Yes \u2014 macOS Quick Look (pressing spacebar on a selected file in Finder) renders USDZ natively, making desktop-side QA straightforward for Mac users even without opening a dedicated 3D application."},{"question":"Does USDZ support animation, or only static models?","answer":"It supports animation, including simple looping animations suitable for AR presentation, though the feature set is deliberately narrower than what full USD or FBX can carry, focused on what renders predictably in AR Quick Look."},{"question":"Which major software vendors added USDZ support at launch?","answer":"Apple announced at the June 2018 WWDC that Adobe, Autodesk, and Sketchfab would add USDZ creation or conversion support, positioning it as a cross-vendor AR delivery target from the start rather than an Apple-only format."},{"question":"Should a DAM archive USDZ long-term, or regenerate it on demand?","answer":"Regenerating on demand from a richer source master is generally more resilient, since USDZ's constrained AR-focused feature set makes it a lossy derivative relative to a full USD scene or original authoring file."}],"checked_date":"2026-08-07","sources":[{"statement":"Apple announced the USDZ file format at WWDC on June 4, 2018, developed jointly with Pixar for augmented reality","source_name":"MacRumors \u2014 Apple Announces New USDZ Augmented Reality File Format Coming in iOS 12","url":"https:\/\/www.macrumors.com\/2018\/06\/04\/apple-announces-usdz-file-format\/","checked":"2026-08-07"},{"statement":"USDZ supports sharing AR objects in apps like Messages, Safari, and Mail, with Adobe, Autodesk, and Sketchfab announced as supporting the format","source_name":"Apple Newsroom \u2014 Apple unveils ARKit 2","url":"https:\/\/www.apple.com\/newsroom\/2018\/06\/apple-unveils-arkit-2\/","checked":"2026-08-07"}],"kicker":"","fact_checker":0,"reading_time":0,"revisions":[],"seo_title":"","seo_description":"","noindex":false,"ext":"usdz","full_name":"Universal Scene Description Zip","vendor_name":"Pixar Animation Studios and Apple","introduced":"Announced June 4, 2018 at Apple's WWDC, alongside ARKit 2 and AR Quick Look","container_notes":"USDZ is a constrained, single-file profile of USD specifically designed for AR delivery: it packages the USD scene description along with all its referenced textures and audio into one uncompressed zip archive (uncompressed deliberately, so iOS can memory-map and read assets directly without unzipping first). Apple's specification restricts USDZ to features that render predictably across devices, which is a narrower feature set than full USD supports \u2014 it's meant purely as a delivery\/viewing package, not an editing format.","open_with":[{"platform":"iOS\/iPadOS","how":"AR Quick Look \u2014 Apple's built-in system-level viewer opens USDZ links directly from Safari, Messages, Mail, or Files with no separate app needed"},{"platform":"macOS","how":"Quick Look (press spacebar on a selected file in Finder) previews USDZ, and Apple's free Reality Converter app edits\/converts to and from USDZ"},{"platform":"Windows\/macOS\/Linux","how":"Blender can export USDZ via its built-in USD exporter for AR delivery from a Blender-authored scene"},{"platform":"Web browser","how":"Google's model-viewer web component can serve a USDZ alongside a GLB so Safari\/iOS automatically launches AR Quick Look"}],"archive_advice":"USDZ should be treated in a DAM as an AR-delivery derivative, not a source master \u2014 Apple's specification intentionally constrains it to a predictable, renderable subset of full USD, so the richer authoring file (a full .usd\/.usda scene, or the original DCC source) should remain the editable archival master with USDZ generated specifically for iOS AR Quick Look delivery. Product-visualization and e-commerce DAMs targeting Apple's AR ecosystem should plan to generate both a GLB (for Android\/web) and a USDZ (for iOS) from the same source model, since neither platform's native AR viewer accepts the other's preferred format. As with other 3D formats, most DAMs cannot preview USDZ inline without an embedded viewer, though macOS Quick Look support at least makes desktop-side QA straightforward for Mac-based teams.","related":[],"tool_link":""},"silo":[23],"class_list":["post-3138","format","type-format","status-publish","hentry","silo-formats"],"_links":{"self":[{"href":"https:\/\/picajet.com\/articles\/wp-json\/wp\/v2\/format\/3138","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/picajet.com\/articles\/wp-json\/wp\/v2\/format"}],"about":[{"href":"https:\/\/picajet.com\/articles\/wp-json\/wp\/v2\/types\/format"}],"version-history":[{"count":0,"href":"https:\/\/picajet.com\/articles\/wp-json\/wp\/v2\/format\/3138\/revisions"}],"wp:attachment":[{"href":"https:\/\/picajet.com\/articles\/wp-json\/wp\/v2\/media?parent=3138"}],"wp:term":[{"taxonomy":"silo","embeddable":true,"href":"https:\/\/picajet.com\/articles\/wp-json\/wp\/v2\/silo?post=3138"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}