Zz Signal Slot lets you connect a signal (delegate) and slot (function) in the editor. After setting a signal object, the signal's delegate method and slot object, it will display all functions to fit the delegate.
It is good for independence in your components. You can use it with GUI, collision or any other event.
Example and discussion in Unity forum
Homepage