Unity Tip: Utilize C# interfaces to simplify development

UNITY TIP: Utilize C# interfaces to simplify development  When I first started programming I never quite understood the benefits of using interfaces.Over time this however has changed. And they have been proven to be quite useful in Unity. What is an interface?The way...