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
- "Multiplayer Center" window does not reflect changes made in "Other Packages" section
- Crash on D3DKMTOpenResource when capturing with RenderDoc while GPU Skinning is set to GPU(Batched)
- Editing and saving Curve changes in UI Builder window throws multiple errors in the Console
- [UI Builder] Value is not selected when left clicking on Spacing/Border Widget values
- The "Install Packages" button misses tooltips that would explain its behaviors
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".