docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum SceneSystem.SceneStreamingState

    Contains the streaming state of a loading scene.

    Namespace: Unity.Scenes
    Assembly: Unity.Scenes.dll
    Syntax
    public enum SceneSystem.SceneStreamingState

    Fields

    Name Description
    FailedLoadingSceneHeader

    The scene failed to load the scene header.

    LoadedSectionEntities

    The scene and section entities are loaded, but the content for the sections is not loaded or expected to load.

    LoadedSuccessfully

    The scene and all the requested sections loaded successfully.

    LoadedWithSectionErrors

    The scene finished loading, but at least one the sections failed to load successfully.

    Loading

    The scene still loading.

    Unloaded

    The scene is not loading and is not expected to load. It could be that it has just been fully unloaded.

    Unloading

    The scene is currently unloading.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)