Exemplo n.º 1
0
    public static void BuildUpdate()
    {
        var    m_Settings = AddressableAssetSettingsDefaultObject.Settings;
        string path       = (Application.dataPath.Substring(0, Application.dataPath.LastIndexOf('/')) + "/" + m_Settings.RemoteCatalogBuildPath.GetValue(m_Settings));

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