Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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
.unitypackage
format.
These caches make reusing and sharing packages more efficient, and allows you to install and update stored packages even when offline.

Topic

Description

Global cacheLearn about the cache for UPM packages, its location, and structure.
Customize the global cacheCustomize the location and size of the global cache.
Customize the asset package cache locationCustomize the location of the asset package cache.

Additional resources