|
|
@@ -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;
|