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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note (fix version 2021.2):
Fixed in 2021.2.0a4