Skip to content

Commit

Permalink
no script reload
Browse files Browse the repository at this point in the history
  • Loading branch information
vanifatovvlad committed Dec 26, 2022
1 parent 93e3a42 commit 806e235
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Editor/PackageSymLinkerWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,6 @@ private void AddPackage(string srcFolderPath)
AddPackageToRecent(srcFolderPath);
AssetDatabase.Refresh(ImportAssetOptions.ForceUpdate);
ReloadLinkedPackages();

EditorUtility.RequestScriptReload();
}

private void DeletePackage(string path)
Expand All @@ -269,8 +267,6 @@ private void DeletePackage(string path)

AssetDatabase.Refresh(ImportAssetOptions.ForceUpdate);
ReloadLinkedPackages();

EditorUtility.RequestScriptReload();
}

public static string GetPackagesFolderPath()
Expand Down

0 comments on commit 806e235

Please sign in to comment.