瀏覽代碼

cmd在windows环境下的问题

slambb 2 天之前
父節點
當前提交
34d5665dc8

二進制
Assets/AddressableAssetsData/Windows/addressables_content_state.bin


+ 3 - 3
Assets/BowArrow/Scripts/CommonConfig.cs

@@ -158,7 +158,7 @@ public class CommonConfig
     /// 隐藏调试按钮
     /// </summary>
 
-#if UNITY_EDITOR
+#if UNITY_EDITOR || UNITY_STANDALONE_WIN
     public static bool bHideInfraredDemoBtnSee { get; } = false;
 #else
     public static bool bHideInfraredDemoBtnSee { get; } = true;
@@ -191,13 +191,13 @@ public class CommonConfig
 
 
     //设置海外版的启动语言
-    public static string startLanguageKey = "English";
+    public static string startLanguageKey = "Japanese";
 
 
     /// <summary>
     /// 是否启动CMD来连接蓝牙
     /// </summary>
-#if UNITY_EDITOR
+#if UNITY_EDITOR || UNITY_STANDALONE_WIN
     public static bool bUseCMD { get; } = false;
 #elif UNITY_ANDROID
     public static bool bUseCMD { get; } = true;