Siccity / SerializableCallback

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

Non-generic SerializableCallback missing #30

Open EpsilonD3lta opened 1 year ago

EpsilonD3lta commented 1 year ago

This is the line of code from README.md example: public SerializableCallback callback;

But this line of code does not compile, there is no non-generic version of this class. What did I miss?

NoCultist commented 1 year ago

Got the same problem.

MichaelKatic commented 5 months ago

Looks like it was removed here: https://github.com/Siccity/SerializableCallback/commit/f57e22115ef1f4cd11a05b870ce655c3a7fc8d8f#diff-a3aff113363cc45982881d47f2a5c60f535231dff0e94ce2eaf9503546ac9ab8L7