using AX.MessageSystem; using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class DeviceFollowTarget : MonoBehaviour { public List spList = new List(); public Transform target; public Camera uiCamera; private float offset_Y = 2.5f; private void Start() { GetComponent