void Awake() { if (targetText == null) { targetText = gameObject.GetComponent <Text>(); } TranslationManager.RegisterToken(this); UpdateText(); }