Siccity / SerializableCallback

UnityEvent and System.Func had a child
MIT License
359 stars 53 forks source link

Try using GameObject or any object that extends MonoBehavior. it doesn't work #18

Closed gravitate-dev closed 4 years ago

gravitate-dev commented 4 years ago

Expect: It should find methods with GameObject as a param in their signature Actual: It will not allow you to set methods with public foo MyMethod1(GameObject arg);