Search Issue Tracker
Active
Duplicate in 2021.3.X
Votes
1
Found in
2020.3.0f1
2020.3.12f1
2021.1
2021.2
2022.1
Issue ID
1346253
Regression
Yes
NGUI components get Transforms changed to RectTransforms after upgrading the project
How to reproduce it:
1. Open the project "case_1346253.zip" from Google Drive link
2. Load Assets > "Scenes" > "MGUI_Issue" Scene
3. Observe the text field
Expected result: Warnings doesn't appear in the Console window
Actual result: Warnings appears in the Console window:
"Creating missing RectTransform component for UILabel in Label."
"Creating missing RectTransform component for UIButton in ButtonEdit."
Reproducible with: 2020.3.0f1, 2020.3.14f1, 2021.1.16f1, 2021.2.0b5, 2022.1.0a2
Not reproducible with: 2020.2.0a21
Could not test with: 2019.4.29f1
Notes:
- Only reproducible with the user's project
- UGUI asset is used from: https://assetstore.unity.com/packages/tools/gui/ngui-next-gen-ui-2413
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
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- Global Scenes are not included in the Build when building multiple Build Profiles at the same time
andyz
Aug 26, 2022 18:30
So is this getting an LTS fix, 2021?
Don't think I can risk waiting and jumping from 2019 to 2022
andyz
Nov 13, 2021 14:14
what changes between 2019/2020.2.0a21 and 2020.3? How can it be got around?