void Start() { toolbar = FindObjectOfType <Toolbar>(); tagalong = toolbar.EnsureComponent <Tagalong>(); buttonText = gameObject.GetComponent <CompoundButtonText>(); }