Wat is het REALITY-bestandsformaat?
Een .reality-bestand is een augmented reality-scène gebouwd voor het RealityKit-framework van Apple. Apple introduceerde het formaat met Reality Composer in 2019 om AR-inhoud te verpakken die kan worden afgespeeld op iPhone, iPad, Mac en Vision Pro. Onder de motorkap is het een op ZIP gebaseerd archief dat 3D-modellen, texturen, materialen, ruimtelijke audio, fysica, animaties, ankers en interactief gedrag bundelt in één bestand.
De 3D-payload is afkomstig van de USD-pijplijn van Apple, dus een .reality-scène bevat dezelfde geometrie als een bijbehorend .usdz-bestand, plus RealityKit-interactiviteit zoals triggers en acties. De meeste mensen komen een van deze bestanden tegen wanneer ze op een AR-object tikken op een webpagina of in Berichten, waarna het wordt overgedragen aan AR Quick Look.
Beveiliging & veiligheid
RISICO: MEDIUMA .reality file can contain scripts of interactive behaviors and is opened by system components like AR Quick Look, so treat files from unknown sources with the same caution as any downloaded 3D content. The file itself is data rather than an executable, and Apple sandboxes AR Quick Look. There is no widespread malware associated with the format, but a malformed archive could in theory try to exploit a parser bug, so keep iOS, iPadOS, and macOS updated.
Formaatdetails
in een notendop- Reality (Pret-a-3D plugin for LuxRender) - Reality is a rendering plugin for Daz Studio and Poser by Pret-a-3D that exports scenes to LuxRender; it was released as open source under the BSD 3-Clause License in 2019. It is a separate product from Apple's format and does not use a .reality scene extension in the same way.
- Generic 'reality' project or config files - Some unrelated apps and games use a .reality suffix for internal scene or configuration data. These are niche and not associated with a single dominant tool.
Programma's die REALITY-bestanden openen
.reality file (or its .rcproject source) inside Xcode's Reality Composer editor to inspect and edit the scene; note Reality Composer for Mac shipped through Xcode 14.3.1. .reality output for visionOS, iOS, and macOS projects on your Mac. .reality file in Finder and press Space to preview the scene with Quick Look. .reality file in Files, Safari, or Messages to preview the AR scene full-screen and place it in your surroundings. .reality scenes on iPhone or iPad, adjusting objects, behaviors, and anchors before exporting. .reality file to launch AR Quick Look and view the scene in augmented reality. .reality scenes on iPad, then export or share them for AR Quick Look. .reality content in a visionOS app through RealityView for spatial playback on Apple Vision Pro. Technische details
diepe specificaties| Encoding | Binary archive (ZIP-based) |
| Byte order | Little-endian (ZIP container fields) |
| Container | ZIP archive holding USD/USDZ scene data plus RealityKit behaviors and metadata |
| Compression | DEFLATE / stored, per ZIP entry |
| Encryption | None by default |
| Typical size | Hundreds of KB to tens of MB depending on meshes, textures, and audio |
| Structure | Compressed archive that bundles 3D models (USD/USDZ), textures, materials, spatial audio, physics properties, animations, anchors, and interactive behaviors authored in Reality Composer or Reality Composer Pro. Content is loaded at runtime by RealityKit or previewed through AR Quick Look. |
| Integrity | CRC-32 per entry (inherited from the ZIP container) |
| Platforms | iOS, iPadOS, macOS, visionOS, tvOS |
| Notes | The .reality format is closely tied to Apple's USD/USDZ pipeline; a scene saved as .reality carries the same 3D payload as a comparable .usdz file but adds RealityKit interactivity such as triggers, actions, and behaviors. It is Apple-proprietary and is not natively readable on Windows or Android. Reality Composer for macOS shipped with Xcode 11 through 14.3.1; authoring later moved to Reality Composer Pro. |
| Uitgebracht | 2019 |
| Laatste versie | Produced by Reality Composer and Reality Composer Pro |
| Specificatie | developer.apple.com |
REALITY conversies
Community V&A
gevraagd door gebruikersNog geen vragen - wees de eerste om iets te vragen over REALITY-bestanden.
Veelgestelde vragen
Hoe open ik een .reality-bestand op mijn iPhone?
Kan ik een .reality-bestand openen op Windows of Android?
.usdz of .glb, die een bredere ondersteuning hebben.Wat is het verschil tussen een .reality-bestand en een .usdz-bestand?
.usdz-bestand is bedoeld voor draagbare AR-weergave, terwijl een .reality-bestand RealityKit-interactiviteit toevoegt, zoals triggers, acties en gedrag dat is gemaakt in Reality Composer.Welke app maakt .reality-bestanden?
.reality-bestanden. Xcode kan er ook automatisch een bouwen van een .rcproject tijdens het bouwen van een project.Waarom opent mijn .reality-bestand niet in een 3D-modelleerprogramma?
.usdz en importeer die vervolgens in Blender of een andere USD-compatibele applicatie om met de geometrie te werken.