Search Issue Tracker
By Design
By Design in 2023.2.X
Votes
0
Found in
2020.3.42f1
2021.3.14f1
2022.1.23f1
2022.2.0f1
2023.1.0a20
2023.2.0a1
Issue ID
UUM-22527
Regression
No
Can not delete ScriptableObject's child object when it is a clone of its parent
Reproduction steps:
1. Open project “TestSoftDeleteWarning”
2. Open “SampleScene” scene
3. Right-click in the Project window
4. Select Create->Test->Test asset to create an instance of the SciptableObject class “TestScript”
5. In the Inspector window, click the "Create next" button to create a child for the asset, which is made from its parent
6. Right-click the ScriptableObject's child that has just been created and try to delete it
Expected result: The SciptableObject's child is deleted
Actual result: The Delete button can not be pressed
Reproducible with: 2020.3.42f1, 2021.3.14f1, 2022.1.23f1, 2022.2.0f1, 2023.1.0a20
Reproducible on: Catalina 10.15.7 (Intel), Windows 10, Windows 11
Notes:
- User reported a warning 'The operation "SoftDelete" cannot be executed because the selection is a root folder.' when trying to delete the ScriptableObjects child but it could not be reproduced
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
- The “+” button to create Labels is not deactivated when no labels can be created due to no Categories existing and does nothing when pressed
- The UIElements "GeometryChangedEvent" is not invoked when modifying "VisualElement.style.translate"
- Prefab Variant does not get updated when changes are made on "OnValidate" method
- “Save Changes Failed - Index was out of range” error popup appears when discarding changes in the Sprite Library Editor
- “Local” foldout’s name and the foldout’s ‘triangle’ button are not aligned when a Category is created in the Sprite Library Editor
Resolution Note:
This is currently working as designed. We may consider it as a feature request for the future.
Resolution Note (2023.2.X):
This is currently working as designed. We may consider it as a feature request for the future.