Search Issue Tracker
Fixed in 2017.2.0f3
Votes
0
Found in
2017.3.0b10
Issue ID
971876
Regression
Yes
Unable to delete an array item with the delete key
To reproduce:
1. Open a new Unity project
2. Create a new C# script and create a public array
3. Attach the script to any object
4. Extend the array to see the elements
5. Click on any element and press delete key
Expected result: element should be deleted.
Actual result: element does not get deleted.
Note: If you hold left mouse button and then press the delete key, element will get deleted successfully
Regression first introduced in: 2017.1.2p3
Reproduced on: 2017.1.2p3, 2017.2.0p3, 2017.3.0b11, 2018.1.0a5
Not reproduced on: 5.6.4p1, 2017.1.2p2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Broken UI in Default Preset Add Section of "Preset Manager" window
- [iOS] The Player freezes when closing the Notification Center and quickly swiping down from top
- Crash on Texture2D:SetPixelImpl when rapidly calling Texture2D.Apply()
- Graph Lines are not rendered when using Experimental GraphView or GridBackground
- [macOS] RenderTexture with 8 Sample Anti-Aliasing fails to render
Add comment