using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class Screenshot : MonoBehaviour { public Sprite[] sprites; public GameObject errtip; List arr = new List(); int imgCount=-1; void Start() { GetComponent