Hello everyone,
I just started to get into interfaces and inheritance. I have a Interface called IItem with a property which looks like this:
and a class called BaseItem. BaseItem extends MonoBehaviour and implements IItem, the implementation of the property looks like this:
C# properties not getting serialized properly?
I just started to get into interfaces and inheritance. I have a Interface called IItem with a property which looks like this:
Code (CSharp):
Code (CSharp):