Search Issue Tracker
Fixed
Fixed in 6000.0.2f1
Votes
0
Found in
6000.0.0b15
6000.0.0b16
Issue ID
UUM-70011
Regression
Yes
Noise Nodes do not update after connecting a time node to them in Shader Graph
How to reproduce:
1. Create a new 3D Cross-Platform (URP) Project
2. Create a new Shader Graph (Right-click in the Project Window -> Create -> Shader Graph -> URP -> Unlit/Lit Shader Graph)
3. Open up the newly created Shader Graph
4. Create a Voronoi Noise Node (Right-click -> Create Node -> Type "Voronoi" -> Click Enter)
5. Create a Time Node (Right-click -> Create Node -> Type "Time" -> Click Enter)
6. Connect the Time Node to "AngleOffset" or "CellDensity" attributes on the Voronoi noise node
7. Observe the Voronoi preview
Expected result: The Noise node becomes animated, it values are changing over time
Actual result: The preview gets greyed out, and if you try to create another Voronoi noise node that node will not have a preview at all, just a grey box
Reproducible with: 6000.0.0b16, 6000.0.0b15
Not reproducible with: 6000.0.0b14
Reproduced on: macOS Sonoma 14.4.1 (M1)
Note: Might be reproducible with more than these nodes
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Frame Debugger is not disabled when switching Scenes if the Frame Debugger window is not open during the transition
- Standalone Profiler Targets another Project if a Standalone Profiler was launched in it before when switching between Edit or Play Mode Targets
- Crash on ForwardRenderLoopJob when opening a specific project
- [Android] Memory leak and eventual crash on Snapdragon 8 Gen 1+ devices when a Clear Pass is executed after Framebuffer Fetch
- PhysicsRaycaster ray length is incorrect when casting from rotated Camera
Add comment