From d43b1aacf050e075d73312fff88bca3495381c3f Mon Sep 17 00:00:00 2001 From: "hanschristian.kientopf" Date: Mon, 12 Jun 2023 09:16:11 +0200 Subject: [PATCH] Make GetLibraryFullPath function public --- .../Editor/Utility/NodeDependencyLookupUtility.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NodeDependencyLookup/Editor/Utility/NodeDependencyLookupUtility.cs b/NodeDependencyLookup/Editor/Utility/NodeDependencyLookupUtility.cs index 5d9d248..15f2df1 100644 --- a/NodeDependencyLookup/Editor/Utility/NodeDependencyLookupUtility.cs +++ b/NodeDependencyLookup/Editor/Utility/NodeDependencyLookupUtility.cs @@ -192,7 +192,7 @@ public static int GetPackedAssetSize(string assetId) return 0; } - private static string GetLibraryFullPath(string guid) + public static string GetLibraryFullPath(string guid) { if (String.IsNullOrEmpty(guid)) {