This commit is contained in:
max 2023-08-10 22:27:10 +02:00
parent 1b9c367221
commit 8453143918

View File

@ -129,6 +129,7 @@ private void LoadScenePartitions(SortedSet<ulong> partitionIds)
}
AssetDatabase.Refresh();
// 'Reload' the scene to prevent the user getting the popup 'Scene has been changed on disk'.
EditorSceneManager.OpenScene(scenePath, OpenSceneMode.Single);
}
}