Esempio n. 1
0
    public static AssetBundleControl GetInstance()
    {
        if (instance == null)
        {
            instance = new AssetBundleControl();
        }

        return(instance);
    }
Esempio n. 2
0
 void Awake()
 {
     instance = this;
     address  = "file://" + Application.dataPath + "/StreamingAssets/";       //服务器网址
     //address = "file://D:\\";
 }