Assets/_MolcaSDK/Code/Scripts/Media/
| Type | Role |
|---|---|
| MediaLoader | Orchestrates load/display |
| ImageHandler, VideoHandler, DocumentHandler, TextHandler | IMediaHandler implementations |
UI/MediaPreviewUI, MediaInfoCycle under Code/Scripts/UI/.
Code
MediaLoader is a RuntimeSubsystem; resolve it after startup and call the typed loaders (they use configured HttpRequestAsset entries and auth).
MediaLoader.cs for document/video helpers and required auth.
Unity Editor
MediaLoader on UI object or MediaPreviewUI in Inspector.
