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
- Post Processing SMAA breaks when HDR mode R11G11B10 is selected and Color Space is changed
- The "UnityWebRequest.result" of the "UnityWebRequestTexture.GetTexture" method changes when accessing "UnityWebRequest.downloadHandler" texture
- Slider rounding does not allow setting certain valid numbers as Values when Low and High Values not set to default
- UI Builder Canvas has too big resizing zone on the outside of the canvas
- GetCurrentAnimatorClipInfoCount() and GetNextAnimatorClipInfoCount() return 0 when animator is in transition
This is a duplicate of issue #1249164