From 37e4c54c20ba412d8cb8dbb5ad98dd9eb46476f5 Mon Sep 17 00:00:00 2001 From: CaiYanPeng Date: Mon, 22 Nov 2021 16:09:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A7=82=E5=AF=9F=E8=80=85?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E6=8F=90=E7=A4=BA=E8=BF=9E=E6=8E=A5=E8=AE=BE?= =?UTF-8?q?=E5=A4=87bug=EF=BC=9B=E6=96=B0=E7=89=88=E6=9C=AC=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E8=BF=9E=E6=8E=A5bug=EF=BC=9B=E5=8D=95=E5=BC=80?= =?UTF-8?q?=E9=99=90=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Scripts/Scenes/Ride/Scripts/CyclingController.cs | 4 ++-- .../Scripts/Scenes/Ride/Scripts/PlayerController.cs | 2 +- Assets/Scripts/UI/Prefab/Device/DeviceView.cs | 12 ++++++++---- ProjectSettings/GraphicsSettings.asset | 1 - ProjectSettings/ProjectSettings.asset | 2 +- 5 files changed, 12 insertions(+), 9 deletions(-) diff --git a/Assets/Scripts/Scenes/Ride/Scripts/CyclingController.cs b/Assets/Scripts/Scenes/Ride/Scripts/CyclingController.cs index 6e1cb681..e3c575a0 100644 --- a/Assets/Scripts/Scenes/Ride/Scripts/CyclingController.cs +++ b/Assets/Scripts/Scenes/Ride/Scripts/CyclingController.cs @@ -510,7 +510,7 @@ public class CyclingController : DeviceServiceMonoBase #if UNITY_EDITOR check = true; #endif - if (check) + if (check || isWatch) { singleUIManager.StartRide(); transform.Find("UI/Panel(Clone)/ToolBarPanel/StartOrPauseButton").GetComponent