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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Add comment