Search Issue Tracker
Fixed in 2022.1.X
Votes
0
Found in
2021.2.0a19
Issue ID
1339099
Regression
No
Old version's prefabs have transform's overrides shown after upgrade to a new version
Steps:
1. Open attached project
2. Load "Menu3D" scene
=> "SF Scene Elements" prefab has Transform's override in Override Window
Also repro in: Version 2019.4.26f1 (e0392c6b2363), Version 2018.4.27f1 (4e283b7d3f88)
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
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
Resolution Note (fix version 2022.1):
The Scene in question ("Menu 3D") contains a property which no longer exists and this causes the system to evaluate the Scene Prefab Instance ("SF Scene Elements") as having a Transform Override even though its Transform values can be seen to match those of the Prefab Source Transform. In future we intend to implement a feature which will help users identify and correct invalid property scenarios. Until then, the Transform Overrides can be reverted.