UnityExtensions.ArrayDrawer
UnityExtensions.ArrayDrawer copied to clipboard
fix arguementexception issue in 2020.2.5f
Fixing issue #17
Changing the signature from CreateDelegate(Type, Object, MethodInfo) to use CreateDelegate(Type, MethodInfo, Boolean)
Thanks for the PR. Can you check whether this also works in Unity 2019? If not, this change will need platform dependent compilation, e.g. #if UNITY_2020_OR_NEWER
Hi Is this still maintained? I'm getting "ArgumentException: method arguments are incompatible" in 2020. Thanks
This repository is no longer maintained. Unity 2020 provides similar behavior by default.