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
- Crash on mecanim::SetValueWeight when switching the AnimationMixerPlayable connection with Animator's UpdateMode set to "Animate Physics"
- The "StringComparer.InvariantCultureIgnoreCase.GetHashCode()" returns different Hash Codes for the same word with the only difference being case sensitivity in WebGL
- 2D Light Textures show the lights of any 'blend style' index higher than theirs (if present) when they aren't visible by the Camera using Render Graph
- [SpeedTree] Wireframe mode not rendering correctly ST assets
- Light2D affecting only the Default Sorting Layer will also affect any Custom Lit Sprite not on that Layer when using Render Graph
Resolution Note (fix version 2021.2):
Fixed in 2021.2.0a4