private void OnEnable() { _textField = GetComponent <TMP_Text>(); _floatValue.AddListener(UpdateValue); }