From 8453143918ccc39a3cc6de4d4a48c2666c9059cc Mon Sep 17 00:00:00 2001 From: max Date: Thu, 10 Aug 2023 22:27:10 +0200 Subject: [PATCH] Comment --- Editor/ScenePartitionSO.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Editor/ScenePartitionSO.cs b/Editor/ScenePartitionSO.cs index dad0b15..b598ee5 100644 --- a/Editor/ScenePartitionSO.cs +++ b/Editor/ScenePartitionSO.cs @@ -129,6 +129,7 @@ private void LoadScenePartitions(SortedSet partitionIds) } AssetDatabase.Refresh(); + // 'Reload' the scene to prevent the user getting the popup 'Scene has been changed on disk'. EditorSceneManager.OpenScene(scenePath, OpenSceneMode.Single); } }