I have three classes Enemy Boss and Lich. Boss is a subclasss of Enemy and Lich is a subclass of Boss. this is done to allow all the boss types to share there default stats
When the code is compiled into unity the public methods of the parent classes arn’t showing up in the inspector:
I made the parent classes steralizable but it didnt help