Skip to content
M
← Back to projects
LibrariesMITActively maintained

Unity Runtime FilePacker

High-performance asset packaging library — encrypted, compressed, zero deps

Unity Runtime FilePacker

Overview

A runtime asset-management library for Unity that bundles thousands of loose files into secure, compressed binary containers (chunks). Designed for shipping DLCs, mods, user-generated content or save-state payloads without external file-system assumptions.

Highlights

  • Chunk-based binary container format
  • Built-in compression + AES encryption
  • Stream-based API for huge packages
  • Zero external dependencies