Version: 5.4

EditorSceneManager.DetectCrossSceneReferences

매뉴얼로 전환
public static bool DetectCrossSceneReferences (SceneManagement.Scene scene);

파라미터

scene Scene to check for cross-Scene references.

반환

bool Whether any cross-Scene references were found.

설명

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.