GetLinkPath() public static method

public static GetLinkPath ( ) : string
return string
Esempio n. 1
0
 private static void OnBeforeBuildPlayerEvent()
 {
     // Auto Link resources when play!
     if (!Directory.Exists(ResourcesSymbolLinkHelper.GetLinkPath()))
     {
         Log.Warning("Auto Link Bundle Resources Path... {0}", ResourcesSymbolLinkHelper.GetLinkPath());
         ResourcesSymbolLinkHelper.SymbolLinkResource();
     }
 }
Esempio n. 2
0
 public static void SymbolLinkResource()
 {
     // Auto Link resources when play!
     if (!Directory.Exists(ResourcesSymbolLinkHelper.GetLinkPath()))
     {
         Log.Warning("Auto Link Bundle Resources Path... {0}", ResourcesSymbolLinkHelper.GetLinkPath());
         ResourcesSymbolLinkHelper.SymbolLinkResource();
     }
 }