Better yet, use
var ETD_TextMesh = ETD.GetComponent.();
No need to type it as it's implicitly set to TextMesh, and there's no issues with it needing casting as it returns a TextMesh not a component
↧