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
- NullReferenceExceptions are being thrown when saving a ScriptableObject with an array of a type with a CustomPropertyDrawer that uses TrackPropertyValue
- Applied velocity is inconsistent when using Rigidbody AddForce() with ForceMode.VelocityChange
- Crash on AudioUtil_CUSTOM_HasAudioCallback when exiting Play Mode while the Inspector is displaying a GameObject with an empty script attached
- Scroll offset is framerate-dependent when scrolling with velocity in the Device Simulator
- "Object.FindObjectsOfType<T>() is obsolete" warning is thrown when using "Transitions Plus" asset
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?