Skip to content

Commit

Permalink
Make GetLibraryFullPath function public
Browse files Browse the repository at this point in the history
  • Loading branch information
pak762 committed Jun 12, 2023
1 parent d921bae commit d43b1aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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))
{
Expand Down

0 comments on commit d43b1aa

Please sign in to comment.