Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hello!

I'm a bit confused at what you're trying to do, are you trying to make a custom editor for a class that inherits from Super Text Mesh?

Hi,

No, basically I have a class that inherits from STM without any added serialized field.

My question is, how can I apply the custom editor of STM to this child class.

Thanks for the support btw.

Hmm I'm not totally sure if this is supported, but int he past I remember using "[CustomEditor(typeof(ClassA),true)]" above the editor class to do this in my own projects. The "true" bit is supposed to enable a custom inspectors in child classes, but I think it has to be above the parent class. Try adding this to the header above SuperTextMesh's custom editor script in SuperTextMesh.cs, and I'll add it as a feature in the next update if it works.