Text Letter Spacing Component

Overview​
This component is a vertex effect that adjusts the spacing of letters on a Text (Legacy) component.
It supports multi-line, rich-text and spaces.
WebGL Demo​
Properties​
| Property                            | Type |     Range    | Default | Description |
|---|---|---|---|---|
| Letter Spacing | Float | [-inf..inf] | 0.0 | The number of pixels to add between letters. |
| Strength | Float | [0..1] | 1.0 | Strength of the effect. |
Usage​
Add this component to any GameObject that contains a UI Text component.