BundleConfig
BundleConfig is the runtime core settings and utility class of AssetLoader, managing play modes and download/load options, and providing deployment config parsing and CDN endpoint URL composition.
YooAssetBridge
YooAssetBridge is a reflection-based bridge that accesses YooAsset internal members (manifest prefix, cache and built-in root directories) without modifying its source code.
PatchSettings
PatchSettings is the patch settings class (ScriptableObject) of AssetLoader, defining config file names, extensions, the cipher key, and output folder names.
AssetLoaders
AssetLoaders is the unified asset-loading entry point of the AssetLoader module, combining Resources and Bundle (YooAsset) loading with preload, load, instantiate, unload, and group management APIs for scenes, assets, and raw files.
AssetPatcher
AssetPatcher is the unified patch-update entry point of the AssetLoader module, covering patch flow control, package lifecycle management, downloader creation and combined downloads, plus version, state, and path queries.