using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class ShopNavButton : MonoBehaviour { private Image[] highlights; private void Start() { var buttons = GetComponentsInChildren