From 2fb543e38247c775c71a2b02ac0df8b51361b24f Mon Sep 17 00:00:00 2001 From: YangHua <1475658476@qq.com> Date: Thu, 29 Feb 2024 23:18:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=A4=9A=E7=AB=AF=E6=89=93?= =?UTF-8?q?=E7=BB=84=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Zion/Scripts/Adam/FormationManager.cs | 6 ++++++ .../ModelFunction/UAV/UnmannedAerialVehicleManage.cs | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Assets/Zion/Scripts/Adam/FormationManager.cs b/Assets/Zion/Scripts/Adam/FormationManager.cs index 7cb1201f..c4217795 100644 --- a/Assets/Zion/Scripts/Adam/FormationManager.cs +++ b/Assets/Zion/Scripts/Adam/FormationManager.cs @@ -231,6 +231,10 @@ public class FormationManager : MonoSingleton } } + private void SetGroupInfo() + { + + } /// /// 打组发送给别人 /// @@ -238,6 +242,8 @@ public class FormationManager : MonoSingleton { string msg = $"send2room group,{groupIndex},{info}"; _ = SyncCreateRoom.SendMessageAsync(msg); + string localMsg = $"group,{groupIndex},{info}"; + OnReciveMsg(localMsg); } public void OnCancel() diff --git a/Assets/Zion/Scripts/ModelFunction/UAV/UnmannedAerialVehicleManage.cs b/Assets/Zion/Scripts/ModelFunction/UAV/UnmannedAerialVehicleManage.cs index 426ca37b..cffb90c3 100644 --- a/Assets/Zion/Scripts/ModelFunction/UAV/UnmannedAerialVehicleManage.cs +++ b/Assets/Zion/Scripts/ModelFunction/UAV/UnmannedAerialVehicleManage.cs @@ -880,7 +880,6 @@ public class UnmannedAerialVehicleManage : MonoBehaviour isGroup = true; SetGroupTips(groupId); } - Debug.Log($"++:badxx ==={groupId}"); WRJName = wrjModel.ToString(); }