Package Manager caches
Learn about the different caches stored locally, and how to customize them.
Read time 1 minuteLast updated 4 days ago
The Unity Package Manager uses a global cache to store the package contents and metadata for packages in the Unity Package Manager (UPM) format.
The Package Manager maintains a separate cache for asset packages in the format.
.unitypackageThese caches make reusing and sharing packages more efficient, and allows you to install and update stored packages even when offline.
Topic | Description |
|---|---|
| Global cache | Learn about the cache for UPM packages, its location, and structure. |
| Customize the global cache | Customize the location and size of the global cache. |
| Customize the asset package cache location | Customize the location of the asset package cache. |