三国卡牌客户端基础资源仓库
hch
2 天以前 d6cef008f1f3779bdbada25c7be33ac8d7ca44e7
0312 根据是否启动下载来调用资源
1个文件已修改
7 ■■■■■ 已修改文件
Assets/Launch/Config/AssetSource.cs 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Launch/Config/AssetSource.cs
@@ -10,7 +10,14 @@
        get
        {
#if UNITY_EDITOR
            if (!PlayerPrefs.HasKey("InGameDownLoadTestEanble"))
            {
            return false;
            }
            else
            {
                return PlayerPrefs.GetInt("InGameDownLoadTestEanble") == 1;
            }
#else
            return true;
#endif