Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
8.0.0
Issue ID
1209104
Regression
No
[ShaderGraph] Renaming a Group within ShaderGraph cannot be Undone with Ctrl-Z
Repro Steps:
1. Launch Unity with the URP project
2. Create a new Shadergraph object
3. Create a Group within this Shadergraph object
4. Rename the Group
5. Press Ctrl-Z to attempt to undo the Group Renaming
Actual Results:
The Group will not be renamed (and in the case of these repro steps it will remove the group as the group creation was the last recorded action by the Editor)
Expected Results:
The Group's name will return to it's previous state before the user changed it
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
Typing in text boxes is not undoable currently.