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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Add comment