Namespace Serenity.AssetPrefetcher.Infrastructure.Services
Classes
AssetPrefetcherLocator
Scene-based locator and holder for the IAssetPrefetcher service instance.
Provides static events to notify when the service becomes available or is cleared.
UnityAddressablesKeyCatalog
Unity Addressables-based implementation of asset key catalog.
Resolves asset keys from Addressables labels for batch prefetching operations.
UnityAssetPrefetcherService
Unity-specific asset prefetcher service with LRU cache and memory budget management. Designed to run as a single component instance per scene, providing efficient asset caching.
UnityAssetPrefetcherServiceFactory
Factory for creating Unity-specific asset prefetcher service instances.
Creates GameObject-based services with proper component initialization.