using System.Collections; using System.Collections.Generic; using TMPro; using UnityEngine; public class SkyboxEntry : MonoBehaviour { // TMP text public TextMeshProUGUI text; // Relative path to skybox public string path; }