Here's where I'll put additional scripts that work together with Super Text Mesh!
Scripts by me:
- 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.
I also have many extra scripts on my Pastebin: https://pastebin.com/u/kaiclavier Some 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, even pacing additional text renderers.
- 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 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