-
Notifications
You must be signed in to change notification settings - Fork 3
Text Widgets
Krzysztof Biernat edited this page Oct 31, 2020
·
1 revision
Text Widgets
are components that can help you display value of Variable
on the screen. There is TextWidget
for each default Variable
. You need TextMeshPro
to use this components.
To update widget you need to call UpdateValue
method. You can do that by adding a Listener
component on same Game Object
and calling UpdateValue
method in response.