| | |
| | | "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); } |
| | | } |
| | |
| | | EditorUtility.SetDirty(newVersionConfig); |
| | | |
| | | SetIconAndSplashImage(versionName); |
| | | SetCreateRoleAnimation(); |
| | | // SetCreateRoleAnimation(); |
| | | |
| | | PlayerSettings.companyName = "TheSecondWorld"; |
| | | PlayerSettings.productName = newVersionConfig.productName; |