Blog

Using Native C# Events in Unity

EventSystem_Native Github:  It contains a framework to use C# event system (not UnityEvents). C# event system is more optimized in most cases than Unity Event System. Unless you want to drag and drop references in Unity Editor as a listeners,…