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
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector 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.