Is it possible to achieve this?
The Sprite works, I know, but mark basically covers the text such that it won’t be visible, unless there is alpha used.
Is there another option?
Is it possible to achieve this?
The Sprite works, I know, but mark basically covers the text such that it won’t be visible, unless there is alpha used.
Is there another option?
This is due to the mark geometry being contained at the end of the primary mesh. As such, it is render on top of the characters.
This is something that I need to revise to provide control over.
In the mean time, you can cheat by forcing the text to use a sub text object thus leaving the mark geometry in the main mesh alone thus having it be rendered first / under the text.
To do so, assign some font asset to the text object. This font asset can be a dynamic font asset or static one that only contains a few characters. Then in the text use the <font=“Name of the font asset you want to use”>The text.
Using the tag will force that text to be contained in a sub text object which will be rendered on top of the mark.
Thanks that worked. I use the Default LiberationSansSDF asset. It does not work with the default material and overlay presets, but with all the others.