Hey, I’ve been digging around 4.6 to see how the event system is designed, so I may make some improvements to my personal event system. I’ve found BroadcastMessage(), which I believe is part of it, but all of the code behind it is hidden. I could of sword that this part of Unity was open sourced. So, where can I find the source code for the event system? The only thing I see on Bitbucket is the new UI system, which I’m not exactly interested in at the current moment.
Maybe i missed it in some news. But i am not aware that the event system should be open sourced.
But it seems to be possible to write custom events.