C# Design Patterns Events Unity3D By Jason Weimann / August 29, 2018 Share 0 Tweet Static events can simplify and help decouple your code. You can use them to register once and handle callbacks for a bunch of objects (instead of registering for each one). Related