少年修仙传客户端基础资源
client_Hale
2019-11-03 11eab5f2f757565c4ff40c828d492232b077fd45
update MoviePlayer
2个文件已修改
2 文件已重命名
10 ■■■■■ 已修改文件
Assets/Editor/Tool/ClientPackage.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Editor/Tool/ClientPackage_Standalone.cs 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Resources/CreateRoleMovie.mp4 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Resources/CreateRoleMovie.mp4.meta 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Editor/Tool/ClientPackage.cs
@@ -501,7 +501,7 @@
            EditorUtility.SetDirty(newVersionConfig);
            SetIconAndSplashImage(versionName);
            SetCreateRoleAnimation();
            // SetCreateRoleAnimation();
            PlayerSettings.companyName = "TheSecondWorld";
            PlayerSettings.productName = newVersionConfig.productName;
Assets/Editor/Tool/ClientPackage_Standalone.cs
@@ -16,12 +16,14 @@
        "Contact.txt","HelpInfo.txt","PriorBundle.txt","PriorLanguage.txt","ApkUpdateUrl.txt"
    };
    public static bool obfuscatorEnabled {
    public static bool obfuscatorEnabled
    {
        get { return LocalSave.GetBool("obfuscatorEnabled", false); }
        set { LocalSave.SetBool("obfuscatorEnabled", value); }
    }
    public static int AssetPrior {
    public static int AssetPrior
    {
        get { return LocalSave.GetInt("Standalone_HalfAssetPrior", 1); }
        set { LocalSave.SetInt("Standalone_HalfAssetPrior", value); }
    }
@@ -362,7 +364,7 @@
            EditorUtility.SetDirty(newVersionConfig);
            SetIconAndSplashImage(versionName);
            SetCreateRoleAnimation();
            // SetCreateRoleAnimation();
            PlayerSettings.companyName = "TheSecondWorld";
            PlayerSettings.productName = newVersionConfig.productName;
Assets/Resources/CreateRoleMovie.mp4
Binary files differ
Assets/Resources/CreateRoleMovie.mp4.meta