0.2(f7fdc69)

Release Date
Nov 9, 2022
Released Status
Released

Rendering is now 100x faster πŸš€

Performance comparison between Expressive Text 0.1.1 and Expressive Text 0.2 rendering around 5000 animated characters at once
Performance comparison between Expressive Text 0.1.1 and Expressive Text 0.2 rendering around 5000 animated characters at once
  • Text is now rendered in batches rather than per character β€” this results in great performance gains due to the reduced amount of draw calls.
  • We’re now only allocating one widget for the entire text rather than 1 per character.
  • Material dynamic instances are now re-used between multiple text blocks when they can be shared, also further improving performance and reducing memory consumption.
  • Occasionally, some combinations of text effects can still result in text being rendered as individual characters (more draw calls).
Β 

New styles and animations

There’s plenty of new styles on this release - please check them out by expanding the sections below:

New styles

New animations

Β 

Display icons and button prompts

With the usage of icon fonts, you can now display several types of icons. Learn more at
notion image
notion image
Β 

Animation editor

New animation editor & animation assets that you can create yourself
notion image
Β 

Support for languages with a high number of ligatures (e.g Arabic)

Due to our renderer improvements we now support ligatures to be displayed correctly and able to be animated and styled
Same poem being animated and displayed using Expressive Text v0.2
Β 

Style live thumbnails!

Style assets now show a very useful preview of how they look
notion image
Β 

More features

Β 

Other changes

  • Starting on Expressive Text v0.2 we’ve added a slate shader patcher that lets us access resourceful information about the text we’re drawing into the material. You will get a prompt asking for permission to patch the shader when you first launch the plugin.
  • From now on, the style editor will only show valid expressive text material when picking the
    πŸ”£
    Material
    parameter.
Β 

Bug fixes

Β