Select your preferred scripting language. All code snippets will be displayed in this language.
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseUnloads assets that are not used, including the ones that are referenced only from scripts.
Similarly to UnloadUnusedAssets it will unload unused assets, but additionally it will also unload assets that are referenced only by the script properties or static variables. The unloaded assets will be loaded again on the first use.
See Also: Resources.UnloadUnusedAssets.