scriptable-scenes
scriptable-scenes copied to clipboard
`SetSelectedCollection` not cleaned up on crash
If Editor crashes during play, ScriptableSceneUtilities.ClearSelectedCollection is not called which results in a corrupted state in Edit mode. LoadSelectedOrOpenedCollectionRoutineEditor seems like a good place to call ScriptableSceneUtilities.ClearSelectedCollection right after retrieving the current selection.