Unity Issue Tracker - Not all of the Transform component parameters get copied and pasted when using keyboard shortcuts
Fixed
UUM-21702
Not all of the Transform component parameters get copied and pasted when using keyboard shortcuts
Unity: Inspector Framework
Fixed
2023.2.X
2023.1.X
2022.2.X
Won't Fix
2021.3.X
2020.3.X
This bug has been fixed in more recent versions of Unity, but it is too risky to include a fix for 2020.3 so close to the end of its support.
Reproduction steps:
1. Open the attached “Gopher.zip“ project
2. Open “Scene” scene
3. Select “Navigation” GameObject, click on Position parameter in the Inspector window and press ctrl+c buttons
4. Change X, Y and Z values in Position parameter, click on Position and press ctrl+v buttons
5. Observe X, Y and Z values of Position parameter
6. Do 3-5 steps with Rotation and Scale parameters
Expected result: Coordinates values copied and pasted as intended
Actual result: Some of the Transform’s properties’ values do not get copied and pasted with Ctrl + C and Ctrl + V