Search Issue Tracker
Fixed in -
Votes
3
Found in [Package]
preview - 5.6.1
Issue ID
1244719
Regression
No
[HDRP] GameObjects with transparent materials are not visible when using Graphics.DrawMeshInstanced method
How to reproduce:
1. Open the attached project "1224345.zip"
2. Open the "Test" scene
3. Enter Play Mode
Expected result: yellow and blue cubes are shown in a Game View
Actual result: only yellow cubes are shown in a Game View
Reproducible with: 2019.3.0a6 (preview - 5.6.1), 2019.3.13f1 (7.3.1), 2020.1.0b9 (8.0.1), 2020.2.0a11 (8.1.0)
Not reproducible with: 2018.4.22f1 (preview - 4.10.0), 2019.3.0a6 (preview - 5.3.1)
Notes:
- changing Material "trans" Surface Type to Opaque solves the issue
- tested and was able to reproduce with Direct3D11, Direct3D12 and Vulkan APIs
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
- Inspector's custom tooltip is displayed incorrectly when the name is truncated in UI toolkit
- Crash on ScriptableRenderLoopDraw when rendering a specific VFX in Play Mode
- The script is not renamed in the Project window when renaming and a compilation Error is present
- Average FPS in Play Mode degradation on a newly created BiRP project when it's upgraded from 2020.3.48f1 to a newer Editor version
- DecoratorDrawer indentation is incorrect when it is called with EditorGUI
Resolution Note (fix version -):
Fixed on 2021.2.0b1 and above