Search Issue Tracker
Duplicate
Votes
0
Found in [Package]
Issue ID
1258609
Regression
No
[ShaderGraph] Property name does not sync with node after rename
Steps:
1. Download attached project (20200625_urp.zip)
2. Change package manifest to local Graphics folder (9.x.x/release branch)
3. Open project with Unity 2020.1/staging
4. Create a new shader graph, e.g. URP Lit Graph
5. Add a property and call it "Name1"
6. Drag the property to the graph
- name of the node is "Name1 (1)"
7. Change the property name to "Name2"
- name of the node remains "Name1 (1)"
Expected result: Name of the node keep in sync with the new name
Reproducible: 2020.1.0b14
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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
This is a duplicate of issue #1249164