Unity Trick #2 – Building delegates using reflection
…Previously on Unity Tricks: Making an inspector from any ScriptableObject… This week’s tip is pretty simple, and fairly esoteric. It’s not something you’ll need to use every day, but it is pretty cool, and who knows, maybe one day you’ll suddenly find you need it. Today we’re going to make a C# delegate out of thin..