using System.Collections.Generic; using UnityEngine; public class keepDisplayingObject : MonoBehaviour { public GameObject topPanel; public GameObject bottomPanel; [Header("dont display on")] public List sceneNames= new List(); }