Search Issue Tracker
Won't Fix
Votes
0
Found in
6000.0.52f1
6000.1.9f1
6000.2.0b8
6000.3.0a1
Issue ID
UUM-110734
Regression
Yes
Cursor Position changes incorrectly when using Rich Text syntax in Unity GUIStyle
How to reproduce:
1. Extract and open the attached “IN-106695.zip“
2. Enter Play mode
3. Observe the Console
Expected result: “pos” remains 110 from “cursorPosition” 5 to 8 and ignores the “<b>“ Rich Text syntax.
Actual result: “pos” changes from 109.64 to 174.51 from “cursorPosition” 5 to 8, and does not ignore the “<b>“ Rich Text syntax.
Reproducible with: 2023.1.0a20 (88c767dfc7b6), 2023.1.0a20 (be935afddb32), 6000.0.52f1, 6000.1.9f1, 6000.2.0b8, 6000.3.0a1
Not Reproducible with: 2022.3.64f1, 2023.1.0a19
Reproducible on: MacOS 15.5 Silicon, 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
- Editor Launch Screen will close when Enter is pressed on it
- ObjectPool's pool is destroyed when entering Play Mode without reloading Domain
- [Android] Permission window is not shown when using a Build App Bundle (Google Play) with Minify set to Release
- NullReferenceException errors appear in the Console and Inspector window turns black when dragging .cs and .uxml files to another directory
- Crash when reimporting fbx asset used as tree by specific Terrain component
Resolution Note:
This is regression in functionality is due to the change in text backend for IMGUI from the legacy TextNative system to the newer TextCore system. We did not plan to add this functionality back in TextCore because its usefulness is unclear and the cost is non-trivial.
If you don't see any viable workaround for your specific use case, please provide more details around your use case and request the bug to be re-opened.