Search Issue Tracker
Active
Under Consideration for 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
- “FocusController has unprocessed focus events.” warnings are thrown after adding iOS, tvOS or visionOS Build Profiles
- Holes and different colors appear on default Tree Materials after applying them to the Tree GameObject and undoing changes
- Error indicating that the Text Asset Importer hasn't been disposed properly is logged when switching Importer Type in a Focused Inspector
- Documentation installation shows "Install failed: Validation Failed" when installing Android Build Support module
- Error indicating that the Package Manifest Importer hasn't been disposed properly is logged when switching Importer Type in a Focused Inspector
Add comment