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
- The Editor becomes unresponsive and memory allocation errors are spammed in the Console when Generating Lightning
- Crash on BatchApplyPropertiesFromSourceAssetDB when opening a specific project
- Scene view Camera cannot be moved with WASD/QE keys when the Right Mouse Button is held down and the Mouse is not moved
- Crash when calling default interface method from virtual method with same name
- [Android] Unity does not include the ".aab" extension for an AppBundle when it is built via script with the buildPlayerOptions.locationPathName = "AppName.apk" and EditorUserBuildSettings.buildAppBundle = true
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.