using UnityEngine; public class OpenURLOnClick : MonoBehaviour { public UILabel ClickedUrlLabel { private get; set; } }