using UnityEngine; public class deleteAtRuntime : MonoBehaviour { void Start() { Destroy(gameObject); } }