Search Issue Tracker
By Design
Votes
0
Found in
2017.3.0a1
2018.3.0a1
2018.3.6f1
2019.1.0a1
2019.2.0a1
Issue ID
1133837
Regression
No
"Line Renderer" with Alignment "Transform Z" doesn't render when straight
Reproduction steps:
1. Open "LineRenderer.zip" project
2. Look at "WontRenderLine"
3. Notice that the Line Renderer doesn't render
Expected Result: Line Renderer renders when it is straight
Actual Result: Line Renderer doesn't render when it is straight
Reproduced with: 2019.2.0a8, 2019.1.0b6, 2018.3.8f1, 2017.4.23f1
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
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
Resolution Note:
The line only exists along the Z axis, but is also set up to face the Z axis. It is correct that this line is invisible, because it has a 0 surface area when viewed on the XY plane.