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
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
- Previously deleted “DefaultLookDevProfile“ is present when upgrading the Editor version
- [Ubuntu] UI text and buttons are missing spaces in Unity Version Control > New Workspace window
- "Inherit attribute is not supported" warning is shown but attributes are available in VFX Graph Output and Update blocks
Resolution Note:
Typing in text boxes is not undoable currently.