Skip to Content
API ReferenceISceneAdapter

ISceneAdapter

live Abstraction over Unity’s scene loading API, allowing test code to substitute a controllable stub in place of the real SceneManager.

Methods

LoadAsync

Begins loading the scene identified by using LoadSceneMode.Single and returns an SceneOperation that tracks progress and completion.

ParameterDescription
sceneNameThe name of the scene to load.
Last updated on