• Runtimes
  • Dynamic string values

Hello! I have a task to display a drum with different numerical values ​​in its sectors. These values ​​or numbers will be dynamic and coming from the code. I couldn't find in the documentation if it's possible to add a label or a placeholder to the animation where dynamic text (from the code) can be displayed. I'm using the Javascript runtime.
Thank you!

Related Discussions
...

The Spine runtimes themselve do not support text rendering, that's the task of whatever rendering framework you are using. Are you using spine-ts with the WebGL backend? I would suggest to switch to spine-phaser, so you can use Phaser to draw text on top of your drum skeleton.