I’m currently working on a custom text class, but when i add a public variable, it does not show in the
inspector. for example:
public class TextTranslate : Text
{
public string lineid;
}
When i add this to a canvas game object it behaves exactly like a text box but does not have the new variable. I have also tried making the variable serialized but no change.