少年修仙传客户端基础资源
client_Hale
2019-11-03 4dddaeccec81069e19d25404028a83a1500fbff9
Assets/Editor/Tool/ClientPackage_Standalone.cs
@@ -16,14 +16,12 @@
        "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); }
    }
@@ -364,7 +362,7 @@
            EditorUtility.SetDirty(newVersionConfig);
            SetIconAndSplashImage(versionName);
            // SetCreateRoleAnimation();
            SetCreateRoleAnimation();
            PlayerSettings.companyName = "TheSecondWorld";
            PlayerSettings.productName = newVersionConfig.productName;