using UnityEngine; public enum Suit_UIType { Background, Effect, } [RequireComponent(typeof(Transform))] public class Suit_UI : MonoBehaviour { public Transform target; public Suit_UIType type; private float screen_width_o = 1366f; private float scre