I write the Messenger.cs and i going to test it and say me that:
BroadcastException: Broadcasting message Mornging Light Time but no listener found.
MessengerInternal.OnBroadcasting (System.String eventType, MessengerMode mode) (at Assets/scripts/CSMessenger Extended/Messenger.cs:65)
Messenger`1[System.Boolean].Broadcast (System.String eventType, Boolean arg1, MessengerMode mode) (at Assets/scripts/CSMessenger Extended/Messenger.cs:140)
Messenger`1[System.Boolean].Broadcast (System.String eventType, Boolean arg1) (at Assets/scripts/CSMessenger Extended/Messenger.cs:136)
GameTime.Update () (at Assets/scripts/GameTime.cs:106)
what can i do ??







The first line of the error tells you that you have a message being sent, but could not find a listener. Make sure that you have a listener and that it is spelled the same.