Search Issue Tracker
Duplicate
Votes
1
Found in
2019.3.12f1
2019.4
2019.4.0f1
2020.1
2020.2
Issue ID
1257763
Regression
Yes
Pasted GameObjects have a Scale equal to Canvas Scale when Canvas Render Mode is set to 'Screen Space - Camera'
How to reproduce:
1. Open the attached project (UIScaleBug.zip)
2. Open the Scene 'SampleScene'
3. Make sure that the Canvas Render Mode is set to 'Screen Space - Camera'
4. In the Hierarchy window under Panel2 select the Button GameObject and copy it (CTRL + C)
5. Paste the GameObject as a child of Panel1
Expected result: a 'Button' GameObject is pasted with identical Scale values as the original Button (1, 1, 1)
Actual result: a 'Button' is pasted with Scale values equal to the Canvas Scale (0.0127, 0.0127, 0.0127)
Reproducible with: 2019.3.12f1, 2019.4.2f1, 2020.1.0b13, 2020.2.0a15
Not reproducible with: 2018.4.24f1, 2019.3.11f1
Notes:
The issue only occurs when pasting GameObjects to a different Parent GameObject
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
- "Problem detected while importing the Prefab file" errors on Learning Templates import
- Crash on RaiseException during Socket.BeginConnect in Player when application connection is blocked through commercial firewall
- Decal Projector produces artifacts when the normal and decal are projected in negative z-direction and Normal Blend is set to 1
- Undoing slider field change only resets slider position, doesn't undo the value change
- Precision changes when a tangent is added to a Vertex node
This is a duplicate of issue #1268152