yangxingliang 1 vuosi sitten
vanhempi
sitoutus
5723256952

+ 1 - 1
Assets/BowArrow/InfraredCamera/InfraredDemo.cs

@@ -82,7 +82,7 @@ public class InfraredDemo  : JCUnityLib.ViewBase
         GUIStyle labelFont = new GUIStyle();
         labelFont.normal.textColor = new Color(1, 0.6f, 0.6f);
         labelFont.fontSize = Mathf.CeilToInt(Screen.height * 0.03f);
-        GUI.Label(new Rect(Screen.width / 100, Screen.height / 100, 100, 100), "game-20241010-2221-5-1", labelFont);
+        GUI.Label(new Rect(Screen.width / 100, Screen.height / 100, 100, 100), "game-20241111-1449-5-1", labelFont);
     }
 
     void Update()

+ 1 - 1
Assets/BowArrow/Scripts/ArrowSerialPort.cs

@@ -177,7 +177,7 @@ public class ArrowSerialPort : MonoBehaviour
                     DevicesHolder.ins.SwitchDeviceByType(AimDeviceType.Gun);
                     break;
             }
-            
+            UserSettings.ins.Save();
             //刷新界面
             var setting = FindAnyObjectByType<CustomUIView.BoxUserSettings>();
             setting?.FlushDeviceSelect();