Search Issue Tracker
Active
Under Consideration for 6000.5.X
Votes
0
Found in
6000.3.7f1
6000.5.0a7
Issue ID
UUM-134112
Regression
No
Shader Graph Swizzle node data updates incorrectly after undo action
Steps to reproduce:
- Open a new shader graph
- Setup a simple graph (world position -> swizzle node -> output node 'color')
- Set swizzle node input mask to 'xyz'. Can visibly see the mask input change to vec3
- Set swizzle node input mask to 'xy'. Can visibly see the mask input change to vec2
- Undo (crtl/cmd+z). Can see everything move back from vec2 to vec3
- Click on the input mask field
- Click off input mask field.
Actual results: Input mask stays the same but notice the actual visual output changes, and appears to become a float perhaps?
Expected results: The mask and visual output remain consistent as vec2, the result of the undo operation.
Reproducible with versions: 6000.5.0a7, 6000.3.5f1
Tested on (OS): MacOSX Tahoe (MacEditor ARM M1 Max)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Text cursor remains visible when hovering over Command Line Arguments scrollbar in Unity Hub
- UI Builder’s "Background" icons for Repeat Y/X, Position X/Y and Slice Type are low quality and blurry in the Inspector window
- “X” button in Editor version search filter is difficult to see when Unity Hub theme is set to Dark
- [Android] The y-value of Input.mouseScrollDelta is positive when scrolling in both directions in the Player
- Crash on TexturesD3D11Base::SetTexture when using DirectX11
Add comment