Search Issue Tracker
By Design
By Design in 2022.3.X
Votes
0
Found in
2021.3.30f1
2022.3.8f1
Issue ID
UUM-47586
Regression
No
A hyperlink does not work when the URL length exceeds 118 characters
Reproduction steps:
1. Open the attached project “HyperlinkBug“
2. Open the Scene “Assets/Scenes/SampleScene”
3. Enter the Play Mode
4. Try to interact with the Label
Expected result: The Label has “Link” text and works as a hyperlink
Actual result: Raw URL is represented which does not work as a hyperlink
Reproducible with: 2021.3.30f1, 2022.3.8f1, 2023.1.0a19
Not reproducible with: 2023.2.0b7, 2023.3.0a3
Fixed in: 2023.1.0a20
Reproducible on: Windows 11
Not reproducible on: No other environment tested
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Assets are created in the Package folders when creating assets via custom buttons in the Inspector window or other windows
- “Select” windows are named differently on Windows and macOS
- [Windows] No minimum “Select” window size
- Enabling “Editor Extension Authoring” in UI Builder doesn’t dirty the document and saving with shortcut doesn’t persist the state
- WebRequest.Create() function fails with "URI prefix is not recognized" errors when the project is built for Linux Standalone or Windows Dedicated Server
Resolution Note:
This is a known limitation. It's a limitation of our current implementation of rich text tags. We are working on a new way to parse rich text tags which will not have this problem but it won't be backportable.
See this thread for more info:
https://forum.unity.com/threads/interacting-with-subsections-of-text.1317933/
Resolution Note (2022.3.X):
This is a known limitation. It's a limitation of our current implementation of rich text tags. We are working on a new way to parse rich text tags which will not have this problem but it won't be backportable.
See this thread for more info:
https://forum.unity.com/threads/interacting-with-subsections-of-text.1317933/