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
- Sprite Asset changes are unsaved after updating sprite atlas
- Graphics.DrawProcedural doesn't work like in DX11 when used with DX12
- [Quest 2] Running Entities Graphics/BatchRendererGroup under Vulkan results in a frame rate drop compared to OpenGLES 3 and causes Tile Binning to cost more
- Filters dropdown: Window doesn't rescale on items collapse
- Sprite Preview is broken when the Sprite is too tall or too wide
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