Example #1
0
    private void DisplayInputErrors()
    {
        var errorText = error.GetComponentInChildren <Text>();

        errorText.text = meeting.GetErrorMessages()[0];
        error.gameObject.SetActive(true);
    }