コード例 #1
0
ファイル: ExportBundles.cs プロジェクト: Gipsyzgm/FrameWork
 public static void ShowInExplorer()
 {
     MyEditorTools.ShowExplorer(GetExportPath());
 }
コード例 #2
0
 public static void OpenLocalBuild()
 {
     MyEditorTools.ShowExplorer(Application.dataPath.Substring(0, Application.dataPath.LastIndexOf('/')) + "/" + Addressables.BuildPath);
 }