Assets/Editor/Tool/IconRepetitionCheck.cs
@@ -6,8 +6,8 @@ public class IconRepetitionCheck : MonoBehaviour { static string rootPath = Application.dataPath + "/ResourcesOut/UI/Sprite"; static string spriteRelativePath = "Assets/ResourcesOut/UI/Sprite/"; static string rootPath = Application.dataPath + "/ResourcesOut/Sprite"; static string spriteRelativePath = "Assets/ResourcesOut/Sprite/"; static Dictionary<long, List<string>> referenceResourceSizeAndNames = new Dictionary<long, List<string>>(); [MenuItem("程序/Sprite/Sprite重复性检查")]