I have a script which make the score update over delta time. (to make a score increasing effect).
I would like to have a sound playing each time the scrore number are changing.
Is it possible to get each time textmesh pro text charcters are changing (to trigger the sound).
In your own code where you handle the updating of the text, you should also handle the sound. You could use an event delegate to notify your sound script /.manager to then play a sound or have some function being call, etc. Many ways to implement this but it should be triggered when you update the text which you have control over.