Esempio n. 1
0
    private static void InitConfig()
    {
        m_configFileList.Clear();
        //m_configTabFileList.Clear();
        m_totalFileCount = 0;
        m_curIndex       = 0;

        string TargetPath = AssetBundleCtrl_Windows.GetPlatformPath(AssetBundleCtrl_Windows.buildTarget);

        m_targetPackagePath = PathUtility.CombinePath(Application.dataPath, TargetPath.Substring(7));
        PathUtility.CreateDirInPath(m_targetPackagePath);
    }