using UnityEngine; using UnityEngine.UI; public class UIButtonCache { public GameObject Root; public Text Label; public Image Background; }