コード例 #1
0
    // Use this for initialization
    void Start()
    {
        ZipManager zipManager = gameObject.AddComponent <ZipManager>();

        zipManager.uncompless(Application.streamingAssetsPath + "/StreamingAssets.zip", Application.streamingAssetsPath, endCallBack, errCallback);
    }