Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2018.4.X, 2019.2.X, 2019.3.X
Votes
0
Found in
2017.4.0f1
2018.4.0f1
2019.1.0a1
2019.1.10f1
2019.2.0a1
2019.3.0a1
Issue ID
1169997
Regression
No
LineRenderer Line is not rendered when it is in between Orthographic Camera position and the actual camera rendering position
How to reproduce:
1. Open attached project "Case_1169997_repro.zip"
2. Open "Repro" scene
3. Observe Game View
Expected result: Two lines appear in the Game View
Actual result: One line appears in the Game View
Reproducible with - 2017.4.30f1, 2018.4.5f1, 2019.1.13f1, 2019.2.0f1, 2019.3.0a11
Notes:
This happens because the LineRenderer Line is billboarding to the position of the camera which means that if the Near Clipping Plane of the Orthographic Camera is set to a negative value, the Line will face away from the actual rendering point of the Camera.
(Also apply same fix to TrailRenderer, if possible)
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
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
- Character animation freezes when toggling animator on/off in a coroutine
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
Resolution Note (fix version 2020.1):
Fixed in 2020.1.0a4
Fixed in 2019.3.0b4
Fixed in 2019.2.6f1
Fixed in 2018.4.10f1