private void Awake() { _number = gameObject.GetComponent <Zombie>().Number; _textButton = _selectButton.GetComponentInChildren <Text>(); _textTranslation = _textButton.gameObject.GetComponent <TextTranslation>(); }