Easy Content Delivery Network 1.3.2
An addressables-free suite that automatically handles the Unity Cloud Content Delivery API and packaging/deploying assetbundles while providing several tools to make asset management easy.
Loading...
Searching...
No Matches
SplenSoft.AssetBundles.PrefabAutoUnloader Class Reference

Allows EZ-CDN to automatically unload unused asset bundles when an asset is destroyed. Tracks dependencies as well. More...

Detailed Description

Allows EZ-CDN to automatically unload unused asset bundles when an asset is destroyed. Tracks dependencies as well.

Must be placed on the root object of a Prefab.

This system expects good design principles and will not check if other asset bundles that depend on this object are currently being loaded.

For best results, either put this component on all of your prefabs or don't use it at all (make your own custom asset handling logic). If you plan to use this system, you should also include a SceneAutoUnloader ScriptableObject in your assets to handle all non-prefab scene dependencies


The documentation for this class was generated from the following file: