|
|
@@ -16,6 +16,9 @@ public class MenuChangeAppLanguage
|
|
|
#if UNITY_IOS
|
|
|
PlayerSettings.SetApplicationIdentifier(BuildTargetGroup.iOS, "com.xmjssvr.BowArrow");
|
|
|
#endif
|
|
|
+ #if UNITY_ANDROID
|
|
|
+ PlayerSettings.SetApplicationIdentifier(BuildTargetGroup.Android, "com.xmjssvr.BowArrow.mi");
|
|
|
+ #endif
|
|
|
}
|
|
|
|
|
|
[MenuItem("APP语言版本切换/中文", true)]
|
|
|
@@ -32,6 +35,9 @@ public class MenuChangeAppLanguage
|
|
|
#if UNITY_IOS
|
|
|
PlayerSettings.SetApplicationIdentifier(BuildTargetGroup.iOS, "com.xmjssvr.BowArrowEn");
|
|
|
#endif
|
|
|
+ #if UNITY_ANDROID
|
|
|
+ PlayerSettings.SetApplicationIdentifier(BuildTargetGroup.Android, "com.xmjssvr.BowArrowEn");
|
|
|
+ #endif
|
|
|
}
|
|
|
|
|
|
[MenuItem("APP语言版本切换/英文", true)]
|