This version of Unity is unsupported.

EditorSceneManager.DetectCrossSceneReferences

Declaration

public static bool DetectCrossSceneReferences(SceneManagement.Scene scene);

Parameters

scene Scene to check for cross-Scene references.

Returns

bool Was any cross-Scene references found.

Description

Detects cross-Scene references in a Scene.

Warnings are logged to the console if any object in the input Scene has references to objects in other Scenes.