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
- Prefab's scripts are constantly reloaded when trying to enter multiple digits or characters into public fields on custom scripts consecutively
- Crash on mono_g_hash_table_find_slot when entering Play Mode
- [iOS] Crash when pressing "Done" on the keyboard layout
- Sprite Atlas remains loaded in memory after scene change or unloading assets
- Decompressing a DeflateStream under IL2CPP misses a few bytes
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".