garettbass / UnityExtensions.ArrayDrawer

ArrayDrawer is a base class like PropertyDrawer, but for arrays and lists.
MIT License
131 stars 21 forks source link

fix arguementexception issue in 2020.2.5f #18

Open Dchandaman opened 3 years ago

Dchandaman commented 3 years ago

Fixing issue #17

Changing the signature from CreateDelegate(Type, Object, MethodInfo) to use CreateDelegate(Type, MethodInfo, Boolean)

garettbass commented 3 years ago

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

chrisoshea commented 1 year ago

Hi Is this still maintained? I'm getting "ArgumentException: method arguments are incompatible" in 2020. Thanks

garettbass commented 1 year ago

This repository is no longer maintained. Unity 2020 provides similar behavior by default.