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
Style tags are not considered the "Built-in" type, so they end up getting included in the calculations for visible text, even though they get stripped. This causes text to be truncated and index out of bounds errors.
To fix we should include "Style" as part of the Unity tags in TextTagParser.
The text was updated successfully, but these errors were encountered:
Style tags are not considered the "Built-in" type, so they end up getting included in the calculations for visible text, even though they get stripped. This causes text to be truncated and index out of bounds errors.
To fix we should include "Style" as part of the Unity tags in TextTagParser.
The text was updated successfully, but these errors were encountered: