From 4dddaeccec81069e19d25404028a83a1500fbff9 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期日, 03 十一月 2019 17:27:44 +0800
Subject: [PATCH] Revert "update MoviePlayer"

---
 Assets/Editor/Tool/ClientPackage_Standalone.cs |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/Assets/Editor/Tool/ClientPackage_Standalone.cs b/Assets/Editor/Tool/ClientPackage_Standalone.cs
index 2477828..2d55445 100644
--- a/Assets/Editor/Tool/ClientPackage_Standalone.cs
+++ b/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;

--
Gitblit v1.8.0