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
- “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
Add comment