Skip to content

TextMeshPro not updating, does anyone know how to solve this? #85

@hlppp

Description

@hlppp

I can see the voice recognization works in the console but not updating on the scene I make, does anyone know why?
I also tried using TMP_Text and InputField_TMP

[SerializeField]
TextMeshProUGUI uiText;

void start()
{
    Setup(LANG_CODE);
    SpeechToText.Instance.onResultCallback = OnFinalSpeechResult;
}

void OnFinalSpeechResult(string result)
{
uiText.text = result;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions