<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/Entity/WriteOptions/preferFastExport",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation6EntityC12WriteOptionsV16preferFastExportAEvpZ"
  },
  "title" : "preferFastExport"
}
-->

# preferFastExport

Expedite the reality file export when possible.

```
static var preferFastExport: Entity.WriteOptions { get }
```

## Discussion

This option may disable archival compression during the export process.
This reduces the time required to write a reality file but produces a larger file on disk.
Use this option when rapid iteration is more important than file size,
such as during development in a content authoring tool.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)