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
- “Label” name in Sprite Library Editor window lacks character limit causing long names go under the Object Field
- Preview image (screenshot) is not available after capturing snapshot in Memory Profiler
- Crash on UNITY_FT_Stream_ReadAt when changing TMPro properties after unloading an AssetBundle
- Particles spawn at the same position when using raw byte address buffer in VFX Graph
- Decal Shader Graph - Custom vertex interpolators are always 0
This is a duplicate of issue #1189089