You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TextMesh takes in a string and font properties (font, size, letter-spacing, etc) and generate geometry based on Text shaping data. UV attributes point to the MSDF data within the texture atlas for each glyph.
We already have a working version on the TextMesh component within the game, so it would only need to be moved to this project with a little cleanup of constants and utils.
The text was updated successfully, but these errors were encountered:
TextMesh takes in a string and font properties (font, size, letter-spacing, etc) and generate geometry based on Text shaping data. UV attributes point to the MSDF data within the texture atlas for each glyph.
We already have a working version on the TextMesh component within the game, so it would only need to be moved to this project with a little cleanup of constants and utils.
The text was updated successfully, but these errors were encountered: