Siccity / SerializableCallback

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

Serializable Object not applicable to interface objects? #27

Closed Pymann closed 2 years ago

Pymann commented 2 years ago

Obviously SerializableCallback<Interface-Type, bool> is not working?

Serialization does not seem to be trivial: https://forum.unity.com/threads/favourite-way-to-serialize-interfaces.513874/

Siccity commented 2 years ago

Unity does not support serializing interfaces