Beispiel #1
0
    public void ReadConfiger(string scenceName)
    {
        //  string path="";
        // string path = Application.persistentDataPath + "/AssetBundle/" + scenceName + "Record.txt";


        string path = IPathTools.GetAssetBundlePath() + "/" + scenceName + "Record.txt";



        //Debug.Log("path:"+path );
        allAssets = new Dictionary <string, string>();

        aBsManager = new IABsManager(scenceName);


        ReadConfig(path);
    }
Beispiel #2
0
 public IABScenceManager(string scencename)
 {
     aBsManager = new IABsManager(scencename);
 }