// Update is called once per frame void Update() { if (Input.GetKeyDown(KeyCode.Alpha0)) { Debug.Log("KeyCode.Alpha0 s:" + Messenger.Broadcast_R <bool, string>("XXXX", "AAAAAaaaaa")); } }