Assets/Editor/Tool/ClientPackage.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Assets/Editor/Tool/ClientPackage_Standalone.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Assets/Editor/Tool/ClientPackage.cs
@@ -622,7 +622,7 @@ SetIconAndSplashImage(versionName); //SetCreateRoleAnimation(); PlayerSettings.companyName = "TheSecondWorld"; PlayerSettings.companyName = "SW"; PlayerSettings.productName = newVersionConfig.productName; PlayerSettings.applicationIdentifier = newVersionConfig.bundleIdentifier; PlayerSettings.defaultInterfaceOrientation = UIOrientation.AutoRotation; Assets/Editor/Tool/ClientPackage_Standalone.cs
@@ -366,7 +366,7 @@ SetIconAndSplashImage(versionName); //SetCreateRoleAnimation(); PlayerSettings.companyName = "TheSecondWorld"; PlayerSettings.companyName = "SW"; PlayerSettings.productName = newVersionConfig.productName; PlayerSettings.applicationIdentifier = newVersionConfig.bundleIdentifier; PlayerSettings.bundleVersion = VersionConfig.GetVersionNumber(newVersionConfig.version).ToString();