Search Issue Tracker
By Design
Votes
0
Found in
2021.3.27f1
2022.3.1f1
2023.1.0b19
2023.2.0a18
Issue ID
UUM-39684
Regression
No
Cut doesn't delete the object
How to reproduce:
1. Open/create any project
2. Select "Main Camera" game object in the scene
3. Press Ctrl/Cmd + x
4. Try to move the object
5. Select "Directional Light" and press Ctrl/Cmd + x
Expected result: After cut, the object is deleted
Actual result: After cut, the object's properties still can be changed and if another object is cut, the first object reappears
Reproducible with: 2021.3.27f1, 2022.3.1f1, 2023.1.0b19, 2023.2.0a18
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
- Property field override bar does not update transparency correctly when switching between valid and invalid GameObjects
- Project window selection is not updated when search term is changed
- Error when adding valid MonoBehaviour script to Prefab in Project window
- Editor Launch Screen will close when Enter is pressed on it
- ObjectPool's pool is destroyed when entering Play Mode without reloading Domain
Resolution Note:
This behavior is replicating the one from OS systems.
Cutting is not destroying the object, it will wait for the paste action to actually be performed by moving the object in the scene, or in another scene, or under another gameobject if selecting "Paste as child".