Namespace UnityEngine.ResourceManagement.ResourceProviders.Simulation
Classes
VirtualAssetBundle
Contains data need to simulate an asset bundle.
VirtualAssetBundleEntry
Contains data needed to simulate a bundled asset
VirtualAssetBundleProvider
Simulates the loading behavior of an asset bundle. Internally it uses the AssetDatabase API. This provider will only work in the editor.
VirtualAssetBundleRequestOptions
Custom version of AssetBundleRequestOptions used to compute needed download size while bypassing the cache. In the future a virtual cache may be implemented.
VirtualAssetBundleRuntimeData
Serialized data containing the asset bundle layout.
VirtualBundledAssetProvider
Provides assets from virtual asset bundles. Actual loads are done through the AssetDatabase API.