Search Issue Tracker
By Design
By Design in 6000.5.X
Votes
0
Found in
6000.3.1f1
6000.4.0b1
6000.5.0a3
Issue ID
UUM-130517
Regression
Yes
Line Renderer has a transparent border when it is in front of a Trail Renderer
How to reproduce:
1. Open the attached project "IN-127031"
2. Open the "SampleScene"
3. In the Hierarchy, select the "DRAG ME AROUND" GameObject
4. In the Inspector, change the Y Position value to 15
5. Observe the Game View
Actual result: A transparent border is seen around the "Circle Trail" GameObject
Expected result: No border is seen around the "Circle Trail" GameObject
Reproducible with: 6000.3.0a5 (f9a1fab5607a), 6000.3.1f1, 6000.4.0b1, 6000.5.0a3
Not reproducible with: 6000.0.64f1, 6000.3.0a4
Reproducible on: Windows 11
Not reproducible on: No other environments tested
Workaround: Setting the Y Texture Scale to 0 in the Line Renderer Components
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note:
Resolved by disabling ZWrite on the sprite shader, as it wasn't required in the project and depth testing was causing incorrect sorting.
Resolution Note (6000.5.X):
Resolved by disabling ZWrite on the sprite shader, as it wasn't required in the project and depth testing was causing incorrect sorting.