Is it possible that lets say I have two different UI text objects on two different canvas panels. Can I render the same information to both UI text objects using only one method?
if (sysHour >= 18 && sysHour <= 24) {
MessageCentreText.text = "GOOD EVENING";
//Debug.Log ("Good Evening!");
}