Search Issue Tracker
In Progress
In Progress in 6000.5.X
Votes
0
Found in
6000.0.64f1
6000.3.2f1
6000.4.0b2
6000.5.0a3
Issue ID
UUM-130554
Regression
Yes
IndexOutOfRangeException occurs when entering "<a></a>" tags in a TextMeshPro UI field
Reproduction steps:
1. Open the attached “IN-126647” project
2. Open the “Scenes/SampleScene” Scene
3. Select the “Canvas/Text (TMP)” GameObject in the Hierarchy window
4. Set text to “<a>text</a>” under the “TextMeshPro - Text (UI)” Component in the Inspector window
5. Observe the Console
Actual result: “IndexOutOfRangeException: Index was outside the bounds of the array.” or “NullReferenceException: Object reference not set to an instance of an object” error is thrown
Expected result: No errors are thrown
Reproducible with: 2023.1.0a20 (be935afddb32), 6000.0.64f1, 6000.3.2f1, 6000.4.0b2, 6000.5.0a3
Not reproducible with: 2023.1.0a19 (0c2ff406cf78)
Reproducible on: Windows 11, Ubuntu 25.04
Not reproducible on: No other environments tested
Workaround: “IndexOutOfRangeException” error can be fixed by adding a “href” value to “<a>” tag
Note:
- Exception thrown depends on which Editor version you’re testing
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Diagnostics logs are missing, duplicated, or out of order when viewing Player sessions in Cloud Diagnostics
- Prefab Overrides “Apply” button is too big and overlaps with the context menu’s outline
- Prefab Overrides “No Overrides” text is too large, and the the Context Menu of the Parent GameObject has a lot of empty space when opened
- “Screen position out of view frustum...” errors are thrown when zooming out in the Scene view after creating UI GameObject
- CurveTexture is not being released when unloading AssetBundle containing a Scene with ColorCurves post-processing component in Global Volume
Add comment