Search Issue Tracker
Fixed
Fixed in 6000.0.46f1, 6000.1.0b14, 6000.2.0a9
Votes
0
Found in
6000.0.42f1
6000.1.0b10
6000.2.0a8
Issue ID
UUM-100479
Regression
No
[Handles] Handles AA Polylines become distorted when used at a far distance.
Reproduction steps:
1. Open the attached “IN-88277” project
2. Open the “SampleScene”
3. In the Hierarchy window, select the “Spline” GameObject
4. Press “F” to focus on it (to find it in the Scene view)
5. In the top-left corner toolbar of the Scene window, select the top button to switch the “Active Context” to “Spline”
6. Move around in the Scene view
7. Observe the Scene view
Expected result: The Spline looks normal and stays in its place
Actual result: The Spline is distorted and jumps around
This problem also happens when using a simple script with:
Handles.DrawAAPolyLine(2, points);
Lines get distorted as soon as the object is moved to positions in the distance (>1000 or 5000 units).
Reproducible on: Windows 11
Not reproducible on: No other environments tested
Note: The further away the Spline is, the more distorted it becomes. This starts happening at ~15.000 units in any direction
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
- Animator state transition preview clips are flickering when zooming in
- [Tile Palette] Sprites not rendering when brush tool "Paint a filled box with active brush" is used for the first time
- Adding available Nodes with longer names in Fragment Context window overflow Fragment Context window in Shader Graph
- Longer Shader Graph Property Reference names breaks VFX Graph Output Particle Node
- "DebugAllocatorMode" option changes when changed in another Editor instance
Resolution Note:
Postponed port