Resources.UnloadUnusedAssets
static function UnloadUnusedAssets(): AsyncOperation;
static AsyncOperation UnloadUnusedAssets();
static def UnloadUnusedAssets() as AsyncOperation
Returns
AsyncOperation Object on which you can yield to wait until the operation completes.
Description

Unloads assets that are not used.

An asset is deemed to be unused if it isn't reached after walking the whole game object hierarchy, including script components. Static variables are also examined.