Search Issue Tracker
By Design
Votes
0
Found in
2021.3.40f1
2022.3.38f1
6000.0.11f1
Issue ID
UUM-76082
Regression
No
Procedural Patterns "BacteriaSmoothstep" sample is black
How to reproduce:
1. Create a new URP project
2. Import the Procedural Patterns samples from the Shader Graph package into the project
3. In the project window, go to Assets -> Samples -> Shader Graph -> [version] -> Procedural Patterns
4. Open the "Bacteria Smoothstep" Shader Graph
5. Observe the Preview
Expected results: The preview Shader is not solid black
Actual results: The preview Shader is black
Reproducible with: 2021.3.40f1, 2022.3.38f1, 6000.0.11f1
Reproducible on: macOS 14.5 Sonoma (M1)
Not reproducible on: No other environment tested
Note: Creating a Material with this Shader Graph and using in on the Game Object results in the same black output
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
- 1 KB or more of GC is allocated when Debug logging
- [HDRP][XR][DX12] SSR PBR Accumulation algorithm artifacts are present in one eye when using SPI OpenXR Rendering Mode
- Shadows disappear abruptly when moving the camera away from the GameObjects while the shadows are not facing the camera
- IVariable.Value allocates 20 B to the Garbage Collector when setting the value
- AccessibilityHierarchy throws an exception when Node ID reaches int.MaxValue
Resolution Note:
Works as designed. The Bacteria Smoothstep subgraph is a helper subgraph for the Bacteria pattern and is not intended to display any image outside of the context of its use in the Bacteria pattern.