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
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
Resolution Note:
Typing in text boxes is not undoable currently.