Legacy Documentation: Version 5.4
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

EditorSceneManager.DetectCrossSceneReferences

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public static function DetectCrossSceneReferences(scene: SceneManagement.Scene): bool;
public static bool DetectCrossSceneReferences(SceneManagement.Scene scene);

Parameters

scene Scene to check for cross-Scene references.

Returns

bool Whether any cross-Scene references were found.

Description

Checks for cross-Scene references in the specified Scene.

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

For more information about cross-Scene references and why you might want to check for them, see EditorSceneManager.preventCrossSceneReferences.