Esempio n. 1
0
 public static void ShowInExplorer()
 {
     MyEditorTools.ShowExplorer(GetExportPath());
 }
Esempio n. 2
0
 public static void OpenLocalBuild()
 {
     MyEditorTools.ShowExplorer(Application.dataPath.Substring(0, Application.dataPath.LastIndexOf('/')) + "/" + Addressables.BuildPath);
 }