Search Issue Tracker
Fixed in 2021.2.X
Votes
0
Found in
2019.4
2020.2.0b7
2021.1
Issue ID
1286390
Regression
Yes
Custom Scriptable Object's property doesn't get deleted when pressing Shift+Del
Reproduction steps:
1. Open the user's attached project "PropCleaningBug.zip"
2. In the Project window select Assets/New Custom Scriptable Object
3. In the Inspector window select the first Scriptable Object's Prefab property
4. Press Shift + Del and observe the field becoming "None" as expected
5. Undo and select the second Scriptable Object's Prefab property
6. Press Shift + Del
Expected result: The Prefab's transform property becomes "None" when pressing Shift+Del
Actual result: The Prefab's transform doesn't become "None" when pressing Shift+Del
Reproducible with: 2019.4.14f1, 2020.1.11f1, 2020.2.0b10, 2021.1.0a4
Not reproducible with: 2018.4.28f1
Notes:
- The issue doesn't reproduce on Mac
- The issue won't reproduce if only the Del or Backspace button is pressed
- The issue reproduces not only with Prefabs, but Materials as well
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
- NullReferenceException when setting 'isTextObjectScaleStatic' to false on a disabled TextMeshPro GameObject
- Shader Stripping Custom Options disappear when exiting Play mode without reloading Domain
- Decals do not get projected when 'Rendering Layer Mask' on a GameObject is 23rd Layer or above due to encoding/decoding issues
- Deriving from SearchContextAttribute doesn't always work
- Scripting API documentation is missing for macOS editor extensions
Resolution Note (fix version 2021.2):
Fixed in 2021.2.0a4