Bundle Manifest
After building bundles, a custom JSON manifest file is generated for each bundle.
This manifest describes the bundle’s metadata, contained assets, and dependencies.
It is designed for runtime usage and is generated alongside Unity’s default .manifest files.
Format
Each manifest is a .json file written next to the corresponding asset bundle.
It contains the following fields:
-
hashThe asset bundle hash (used to verify bundle contents). -
crcThe asset bundle CRC checksum (used for file integrity checking). -
assetsA list of asset filenames included in the bundle. -
dependenciesA list of other bundle names that this bundle depends on.