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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
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.