How to appley color gradient to whole text instead of per character.

Can I appley the gradient to the whole text instead of the default behavior that is applying it per character and how would I do this.

1 Like

Not at the present time.

However, you can use a texture which you can assign to the face or outline of the text. Then on the text component itself, you can control the UV Mapping of this texture to either be per character, line or paragraph or the whole text.

See this old link and scroll to the section about UV Mapping.

1 Like

Thanks that works