Search Issue Tracker
Fixed in 2019.2.X
Votes
1
Found in
2018.2.0a4
2018.2.0f2
2018.3.0a1
2019.1.0a1
Issue ID
1105084
Regression
Yes
Shift + Delete does not remove an empty element from the array in the Inspector window
How to reproduce:
1. Open user-submitted project (Unity_InsectorArrayDelete_2018_2)
2. Open the 'SampleScene' scene
3. Select 'SampleObject' in the Hierarchy window
4. In the Inspector window select any element from the array
5. If on Windows: press Shift + Delete twice; If on macOS: press Command + Backspace twice
Expected result: the empty array element is removed from the array and the array size is decreased by 1
Actual result: the empty array element is not removed
Windows:
Reproducible with: 2018.2.0a4, 2018.2.20f1, 2018.3.1f1, 2019.1.0a12
Not reproducible with: 2017.4.17f1, 2018.2.0a3
macOS:
Reproducible with: 2018.3.0b6, 2018.3.1f1, 2019.1.0a4, 2019.1.0a12
Not reproducible with: 2017.4.17f1, 2018.2.20f1, 2018.3.0b5, 2019.1.0a3
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
- New 3D URP Sample Scenes Project is created with an invalid dependency on com.unity.render-pipelines.universal-config when creating the Sample Project for the first time
- Canvas Scaler causes abnormal scaling of Canvas elements in Play Mode when UI Scale Mode is set to "Constant Physical Size" and any Editor window is moved to a differently scaled monitor and is interacted with
- [2D] Light 2D component does not light the sprite correctly in the Play Mode
- Animator.GetCurrentAnimatorClipInfo() returns an empty list when the Animator is playing the animation
- SHADERPASS has incorrect value when using Shader Graph for Built-In target
Incode
Jan 05, 2019 01:11
Would be a really nice quality of life fix.