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
- PropertyDrawer gets disposed while still being active when adding a secondary component
- Realtime GI behaves differently when using Unlit (Amplify) and Lit (Shader Graph) shaders in URP
- API Updater strips Unity-owned Custom Attribute references within precompiled DLLs
- [iOS] ListView is flickering when scrolling over the end
- The Aspect Ratio Fitter Component on a Prefab displays a parent-related warning despite the Prefab's inability to have parents when "Envelope Parent" or "Fit In Parent" modes are used
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.