generated from max/template-unity-project
Prevent 'scene changed on disk' popup
Prevent 'scene changed on disk' popup when loading/additive loading.
This commit is contained in:
parent
4fe602e932
commit
1b9c367221
@ -129,6 +129,7 @@ private void LoadScenePartitions(SortedSet<ulong> partitionIds)
|
|||||||
}
|
}
|
||||||
|
|
||||||
AssetDatabase.Refresh();
|
AssetDatabase.Refresh();
|
||||||
|
EditorSceneManager.OpenScene(scenePath, OpenSceneMode.Single);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user