i was reading about delegates, and think i get it why they are for, just want to know how you use it in your project. where do you instantiate delegate? can somebody give a simpliest example of the use in unity? thank you!
As well as Prime31’s excellent video that Paulo posted, there is a good example on the wiki.
It really helped show me how they could be used in a project, using delegates to drive a main menu gui. The cached version is here since the wiki is down atm.
Cached is a bit harder to read than it normally would be, but it’s simple, relevant and an interesting helpful technique.