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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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".