The feature allows users to export an entire "Studio Project"—including source files, dependencies, metadata, and assets—into a single, compressed .zip archive. This is essential for offline backups, project sharing, or migrating work between different environments. Export Composition
Use Checksums (SHA-256) within the manifest to verify files upon extraction.
Automatically includes all linked textures, 3D models, and audio files. Download Studio zip
Include Build Artifacts (e.g., rendered images/cached data). Password Protection for sensitive archives.
Option to include "Local Dependencies" so the project remains functional on machines without the same global plugins. User Interface (UI) Components The feature allows users to export an entire
Implement a 24-hour cleanup policy for generated .zip files on the server to save space.
Files are gathered into a temporary directory and compressed using a standard ZIP library. Automatically includes all linked textures, 3D models, and
The system checks for missing assets or unsaved changes before starting.