private void Start() { dialogCharacterController = GameObject.FindObjectOfType <DialogCharacterController>(); if (dialogCharacterController == null) { Debug.LogError("Couldn't find controller for testing", this); } dialogCharacterController.SetCharacters(leftCharacter, rightCharacter); }