Text Widgets - GhooTS/GTScriptableVariable GitHub Wiki

Text Widgets

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.