Compare commits
No commits in common. "b1379f43f40e0b451c20eb6fa63dd6d98ec6d9cf" and "ec8e3dad6c06f8282edd8eadbc96454675b46486" have entirely different histories.
b1379f43f4
...
ec8e3dad6c
|
|
@ -210,8 +210,7 @@ public class HighPriorityTarget : MonoBehaviour
|
|||
HP -= 10;
|
||||
string nowData = GetSyncDis(Pos);
|
||||
//Debug.Log("发送:"+nowData);
|
||||
DeviceManager.Instance.send2roomStr.Enqueue(nowData);
|
||||
//_ = SyncCreateRoom.SendMessageAsync(string.Format("send2room {0}", nowData));
|
||||
_ = SyncCreateRoom.SendMessageAsync(string.Format("send2room {0}", nowData));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
|
|
@ -192,7 +192,7 @@ public class UnmannedAerialVehicle : MonoBehaviour
|
|||
string uploadLogMainJson = JsonConvert.SerializeObject(uploadLogMains);
|
||||
WWWForm wWWForm = new WWWForm();
|
||||
wWWForm.AddField("data", uploadLogMainJson);
|
||||
//Debug.Log(uploadLogMainJson);
|
||||
Debug.Log(uploadLogMainJson);
|
||||
StartCoroutine(PostString(Url_Addpracticelog, wWWForm, data =>
|
||||
{
|
||||
Debug.Log(data);
|
||||
|
|
@ -247,7 +247,7 @@ public class UnmannedAerialVehicle : MonoBehaviour
|
|||
{
|
||||
transform.DOKill();
|
||||
attackTarget = target;
|
||||
//Debug.Log("开始攻击目标..:" + attackTarget.name);
|
||||
Debug.Log("开始攻击目标..:" + attackTarget.name);
|
||||
Vector3 _v3 = attackTarget.position;
|
||||
transform.DOLookAt(_v3, 0.1f).OnComplete(() =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue