Search Issue Tracker
By Design
Votes
0
Found in [Package]
12.0.0
Issue ID
1329656
Regression
No
GameObject with Shader Graph Lit Material is not visible when drawn with Graphics.DrawProcedural and Vulkan Graphics API is used
How to reproduce:
1. Open the user's attached "URPAlpha.zip" project
2. Open the "BugDemo" Scene
3. Enter Play Mode
4. Observe the Game view
Expected result: GameObject with Shader Graph Lit Material is visible in the Game view
Actual result: GameObject with Shader Graph Lit Material is not visible in the Game view
Reproducible with: 2021.2.0a9, 2021.2.0a15 (12.0.0)
Could not test with: 2019.4.24f1 (Due to Shader errors), from 2020.3.5f1 to 2021.2.0a8 (Nothing is drawn)
Notes:
- The issue is not reproducible with DX12 Graphics API
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note:
ShaderGraph support for DrawProcedural is currently in consideration on our roadmap (https://portal.productboard.com/8ufdwj59ehtmsvxenjumxo82/c/61-support-for-drawindirect-drawprocedural). This bug is more of a feature request.
The inconsistency between Vulkan and DirectX, in this case, is due to nuances in the shader compilation process. DrawProcedural support is not officially provided for ShaderGraph at this time.