Question by
ibouchallikht · Apr 09, 2020 at 12:52 AM ·
textfunctionchangecall
Call function when UI text is changed
I'm wondering if there is a way to call a function when a UI Text is changed.
By example UI Text.text = "hello world"; and someone changed the text into a random text and everytime when the text changes, there should be a function called. I know that void Update is an option. But that would be stupid to use.
Comment
Your answer
Follow this Question
Related Questions
Can't re-parent GameObject with Text(script) component. 0 Answers
Adventure Game Help 0 Answers
Change Text Mesh Font back and forth during runtime 0 Answers
How can I change Text (Script) Text property. 0 Answers
Is it possible to call a block from a fungus flowchart in the different scene? 1 Answer