Search Issue Tracker
Fixed
Fixed in 2022.2.12f1, 2023.1.0b9, 2023.2.0a7
Votes
0
Found in
2022.2.7f1
2023.1.0b3
2023.2.0a2
Issue ID
UUM-27198
Regression
No
Lines drawn using Painter2D are drawn incorrectly when overlapping
Reproduction steps:
1. Open the “IN_31287_Painter2D“ project
2. Open the “SampleScene” scene
3. Enter Play Mode
4. Move the cursor in circles until the line count in Console reaches 1000
Expected result: previous lines did not disappear, and new lines are drawn correctly
Actual result: parts of previous lines disappeared, and new lines are drawn incorrectly
Reproduced in: 2022.2.7f1, 2023.2.0b3, 2023.1.0a2
Could not test in: 2020.3.45f1, 2021.3.19f1 (no Painter2D)
Reproduced using: macOS 13.0.1 (Intel), Windows 10 (by reporter)
Notes:
1. The number of lines from which the issue starts occurring seems to be affected by cursor speed (i.e. it takes fewer lines to reproduce when moving the cursor faster)
2. Also reproduced in Standalone Player
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
- HDRP 6-way VFX Shader is lit incorrectly when World coordinates are used
- 2D Sprite Renderer in front is affected by Sprites in the background when using Sorting Layers and a Shadow Caster 2D with Self Shadow
- Modifying UI Prefab child's Height only confirms the first 1 or 2 digits when the Scene is newly opened or the Prefab is newly created
- ProfilingSampler.Get() returns null and makes the Player only render black when building a Release Build
- Search text field visual controls for the Path binding in an Input Actions Asset is misaligned
Resolution Note (fix version 2023.2.0a7):
Incorrect overlaps fixed in 2023.2.0a7
The max vertex count limit issue is being worked on internally on another ticket. For now, stroking with plain colors can allow for many more line segments to be rendered correctly
Resolution Note (fix version 2023.1.0b9):
Incorrect overlaps fixed in 2023.1.0b9
The max vertex count limit issue is being worked on internally on another ticket. For now, stroking with plain colors can allow for many more line segments to be rendered correctly
Resolution Note (fix version 2022.2.12f1):
Incorrect overlaps fixed in 2022.2.12f1
The max vertex count limit issue is being worked on internally on another ticket. For now, stroking with plain colors can allow for many more line segments to be rendered correctly