RemotePhotoManager

RemotePhotoManager controls the whole system: importing the gallery JSON, setting playback mode, setting loading mode, and connecting Groups.
Only one RemotePhotoManager should exist in a scene.
Parameters
Section titled “Parameters”| Parameter | Description |
|---|---|
| Language | Changes the editor language for the component. |
| Gallery Config JSON | Imports the JSON generated by the web tool and creates the gallery. The gallery is split by Landscape / Portrait orientation for matching Frames. |
| Play Mode | Sets the gallery order. Choose one global mode: random, forward sequence, or reverse sequence. |
| Loading Mode | Switches between Preload and NonPreload loading. |
| Load Once On Start | Automatically loads photos for all managed Frames when the instance starts. |
| Load Once Delay Seconds | Delay after instance start before Load Once On Start runs. |
| Retry Attempts | Maximum retry count for failed image loads. |
| Retry Delay Seconds | Delay between retry attempts for failed image loads. |
| Debug Logs | Outputs debug logs. |
| Managed Groups | Groups managed by this Manager. Only Groups listed here are active. |
Preload Only
Section titled “Preload Only”| Parameter | Description |
|---|---|
| Landscape Cache Size | Number of Landscape photos the preload cache should keep. |
| Portrait Cache Size | Number of Portrait photos the preload cache should keep. |