Search Issue Tracker
Duplicate
Votes
3
Found in
2019.3.0a1
2019.3.0f5
2020.1
Issue ID
1216577
Regression
Yes
AssetDatabase RenameAsset renames child Scriptable Object Asset Pipeline version 2
How to reproduce:
1. Open attached project "AssetRenameBug.zip"
2. Make sure that Asset Pipeline version 2 is selected (Project Settings -> Editor -> Asset Pipeline -> Active version 2)
3. In Project window, right-click -> Create -> ScriptableObject -> DialogueInteractionGraph
4. Observe the names of the created object and its child (xNode window is opened)
5. In the xNode window, click "Rename Asset File" button
5. Observe the names of the created object and its child
Expected result: the created object name is "Dialogue Graph Renamed", child name is "Interaction Context"
Actual result: the created object name is "Dialogue Graph Renamed", child name is "New Dialogue Interaction Graph"
Reproducible with: 2019.3.0a1(ver2), 2019.3.0f6(ver2), 2020.1.0a22(ver2), 2020.1.0a25(ver2)
Not reproducible with: 2019.2.20f1(ver2)
Could not test with: 2017.4.36f1, 2018.4.17f1(Asset Pipeline version 2 was not present)
Notes:
The issue only reproduces with Asset Pipeline version 2 on 2019.3.0a1 and newer. The issue does not reproduce on Asset Pipeline version 1
Comments (1)
-
Ratslayer
Feb 04, 2020 15:24
I can reproduce this bug on 2019.3.0f6. Can't rename custom xnode graph objects as a result.
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
- Pressing “+” to add new Property throws “NullReferenceException” error after deleting Categories with Properties from Blackboard
- Reuse Collisions Callbacks is not enabled by default when opening a new project with HDRP template
- Bloom and Exposure Artifacting around GameObject appears when setting Scale of Z Axis to 0
- [Android][IL2CPP][ARMv7] Struct field value corrupts when invoking a generic delegate with a large struct by value
- Highlights persist throughout Options Panels in the Rendering Debugger Window
This is a duplicate of issue #1189089