using UnityEngine; using UnityEngine.UI; namespace SpellBoundAR.CustomTextures.UI { [RequireComponent(typeof(Button))] public class TexturePreviewDeleteButton : MonoBehaviour { [Header("Cache")] private Button _button; private TexturePreview _texturePreview; private void Awake() { _button = GetComponent