-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TextMeshPro not updating, does anyone know how to solve this? #85
Comments
I solved it by running it on main thread
|
`/* Licensed under the Apache License, Version 2.0 (the "License");
Unless required by applicable law or agreed to in writing, software
} |
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
void OnFinalSpeechResult(string result)
{
uiText.text = result;
}
The text was updated successfully, but these errors were encountered: