using UnityEngine; using UnityEngine.UI; public class MyTabButton : MonoBehaviour { public Image iconImage; }