Back to Writing
NOTESunityaddressablesasset-bundlescachingandroid

Unity Addressables — DownloadDependenciesAsync Cache Paths

December 11, 2021Updated Feb 17, 2026


Unity Addressables Usage (7) — Downloading from Server Part 1

When saving to Application.persistentDataPath:

For Windows:

C Drive > Users > (Account Name) > AppData > LocalLow > Unity > Temporary storage cache folder

For Android, it's expected to be saved in the Caches folder.

After verification, the path is:

/storage/emulated/0/Android/data/com.company.package/files/UnityCache/Shared/

Above path (not yet fully verified)

Where is the location of cached Addressable asset bundles on Android? — Unity Answers