We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73ab4a1 commit 1443813Copy full SHA for 1443813
1 file changed
Scripts/Editor/Core/RegistryEditorBehaviour.cs
@@ -12,15 +12,6 @@ static RegistryEditorBehaviour()
12
EditorApplication.playModeStateChanged += OnPlayModeStateChanged;
13
}
14
15
- [DidReloadScripts]
16
- private static void AfterScriptsReload()
17
- {
18
- if (Application.isBatchMode)
19
- return;
20
-
21
- CollectionsRegistry.Instance.ReloadCollections();
22
- }
23
24
private static void OnPlayModeStateChanged(PlayModeStateChange playModeStateChange)
25
{
26
if (playModeStateChange == PlayModeStateChange.EnteredPlayMode)
0 commit comments