Search Issue Tracker
Fixed in 5.3.0
Votes
1
Found in [Package]
5.0.0
Issue ID
1087234
Regression
No
[HDRP] Transparent Shaders created with Shader Graph make unintended Gizmos appear in the Scene View
How to reproduce:
1. Create a new unity project
2. Install recent shader graph and scriptable rendering pipeline packages
3. Create High Definition Rendering Pipeline Asset and Assign it in Settings->Graphics
4. Create a simple 3D sphere, material and PBR graph shader
5. Assign the shader to the material
6. Assign the material to the sphere
7. Open PBR graph shader and change surface type to Transparent in PBR Master node, save the shader.
8. Select sphere, In the Scene View, notice incorrect orange outline rendered as 6 rectangles.
Expected result: Outline is rendered around the sphere
Actual result: Outline rendered as 6 rectangles in the viewport
Reproducible with: 2019.1 2018.3.0a5, 2018.3.0b4, 2019.1.0a3
Could not reproduce with: 2017.4.0f1, 2017.4.12f1, 2018.1.9f2, 2018.2.11f1, 2018.3.0a1, 2018.3.0a4
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment