CESDK/CE.SDK/Engine/Guides/Loading Scenes
Load Scenes
Learn how to load existing scenes in the CreativeEngine.
Loading an existing scene allows resuming work on a previous session or adapting an existing template to your needs.
Warning#
Saving a scene can be done as a either scene file or as an archive file (c.f. Saving scenes). A scene file does not include any fonts or images. Only the source URIs of assets, the general layout, and element properties are stored. When loading scenes in a new environment, ensure previously used asset URIs are available. Conversely, an archive file contains within it the scene's assets and references them as relative URIs.Guides for loading a scene#
From a URL
How to load a scene file from a remote destination or to load an archive file.
From a Blob
How to load a scene file from a blob
object.
From a String
How to load a scene file from a string.