ISceneLoadErrorInfo Interface
Provides read access to the most recent scene load failure. Inject this into a fallback scene to display error details. Populated by the framework before the fallback scene is loaded.
public interface ISceneLoadErrorInfo
| Properties | |
|---|---|
| Exception | Gets the exception that caused the failure, or null if no failure has occurred yet. |
| FailedSceneName | Gets the name of the scene that failed to load, or null if no failure has occurred yet. |