Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Helper Scripts Sticky Locked

A topic by KaiClavier created Aug 29, 2019 Views: 1,105
This topic is locked
Viewing posts 1 to 1
Developer (11 edits)

Here's where I'll put additional scripts that work together with Super Text Mesh!

Asset crossover scripts by

  • STMJumper This is a Jumper class for Fleece that's already configured to work with Super Text Mesh.
  • STMDrawstring is a simple Drawstring for Fleece that works with STM.
  • DOTween Tweens (Also a good sample on how to extend STM in general!)
  • Super Text Mesh has natural support for True Shadow by Tai's Assets. (Add an STMMaskableGraphic component to your GameObject with Super Text Mesh for this!)
  • Arabic Support for Unity will work together with this helper script!

I also have many extra scripts for STM on my Pastebin: https://pastebin.com/u/kaiclavier Some notable examples:

  • STMEmoji This adds arbitrary Emoji Support to STM, but has some requirements for set up.
  • STMRubyText This one is included in a sample scene with STM, but this script shows how custom events can be used for anything, even sizing and placing new STM objects at specific positions.
  • STMPagination This is also included as a sample scene, this script will allow one Super Text Mesh object to automatically overflow into another, and this can be chained.

Please check out the other sample scenes included in Super Text Mesh! The "Links" scene in particular shows off a lot of what you can do with custom events, and writing custom tags!

Scripts by others:

Scripts that weren't made *for* Super Text Mesh but can be used together with it anyway, and I got permission to link them in my documentation: