Search Issue Tracker
Fixed in 2021.2.X
Votes
0
Found in
2018.4
2019.3.3f1
2020.2
Issue ID
1260855
Regression
No
[VerticalLayoutGroup] Children position is not updated when a child's scale is animated
How to reproduce:
1. Open user's attached "VerticalLayoutGroup - Bug.zip" project
2. Open "SampleScene" Scene
3. Enter Play Mode
4. Observe the Scene view (More visible than in Game view)
Expected result: Both "Left Panel" and "Right Panel" GameObject's children change position according to size and scale change when size/scale is changed manually or animated
Actual result: "Left Panel" GameObject's children move according to size change when animated, but "Right Panel" GameObject's children stay in the same place, even though the first child's scale is getting animated and "Use Child Scale" property on "Height" is checked on the VerticalLayoutGroup Component
Reproducible with: 2018.4.24f1, 2019.4.3f1, 2020.1.0b15, 2020.2.0a17
Notes:
- Having "Use Child Scale" property unchecked on "Height" and changing the scale manually looks the same as the behavior when a child's scale is animated, so this property might not be respected when animated
- When changing manually the first child's scale, other children move accordingly to the scale change
- Attached a video showing the behavior of changing the scale manually and when it is animated
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
- Single particles in the Particle System randomly scale out when the simulation is playing
- Tilemap.SetTile() does not change the tiles when called from Update() in the Player
- Custom Shader Material is pink when the project is built for the WebGL platform
- New 3D URP Sample Scenes Project is created with an invalid dependency on com.unity.render-pipelines.universal-config when creating the Sample Project for the first time
- Canvas Scaler causes abnormal scaling of Canvas elements in Play Mode when UI Scale Mode is set to "Constant Physical Size" and any Editor window is moved to a differently scaled monitor and is interacted with
Resolution Note (fix version 2021.2):
Added a note to documentation to say Animation is not supported when modifying the scale.(Overall the issue is by design)