private void Start() { // Get a reference to the color sync component _nameSync = GameObject.FindObjectOfType <NameSync>(); _nameInputField = GameObject.FindObjectOfType <TMP_InputField>(); }