Exemple #1
0
    static void SetABNames()
    {
        string path = GetSelectedAssetPath();

        if (path == null)
        {
            Debug.LogWarning("请先选择目标文件夹");
            return;
        }
        AssetBundleAnalyzer.GetAllAssets(path);
    }
Exemple #2
0
 static void AssetBundle_Analyze()
 {
     AssetBundleAnalyzer.ShowWindow();
 }