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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
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?