Daniel

Results 2 issues of Daniel

Happens on Unity Version 2020.2.5f1 Full callstack: ``` ArgumentException: method arguments are incompatible System.Delegate.CreateDelegate (System.Type type, System.Object firstArgument, System.Reflection.MethodInfo method, System.Boolean throwOnBindFailure, System.Boolean allowClosed) (at :0) System.Delegate.CreateDelegate (System.Type type, System.Object...

Fixing issue #17 Changing the signature from `CreateDelegate(Type, Object, MethodInfo)` to use `CreateDelegate(Type, MethodInfo, Boolean)`