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:
- Playmaker Actions by @Taxiderby
- Fungus Support by @FlinFlonimation (Info) (NEW 2019 version!!)
- Adventure Creator Integration by @johndaguerra (Alt Link)
- Update to this by MIKDOG
- NaniNovel Support by MiguelVS
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:
- SDF Toolkit and SDF Toolkit Free can be used together with Super Text Mesh to generate SDF fonts. More info on how to do this is in Super Text Mesh's documentation!
- Arabic Support for Unity can be used together with Super Text Mesh to support Arabic characters. (Open-source link) I have written a helper script that sends text through this plugin to Super Text Mesh: Arabic Support Helper