Search Issue Tracker
Not Reproducible
Votes
0
Found in
2021.3.40f1
2022.3.40f1
6000.0.13f1
6000.1.0a7
7000.0.0a1
Issue ID
UUM-77244
Regression
Yes
Values overwrite in parent's RectTransform when using PrefabUtility.SaveAsPrefabAsset
Reproduction steps:
1. Open the attached “BugRepro” project
2. Select the “Assets/Prefabs/UIPrefab.prefab” prefab
3. In the Inspector window inspect the prefab and note that RectTransform's Pivot is 0, 0 and Scale is 0, 0, 0
4. From the menu go to Replicate Bug > Resave Prefab to execute the script
5. Observe the Inspector window
Expected result: RectTransform's Pivot and Scale values do not change
Actual result: RectTransform's Pivot is (0.5, 0.5) and the Scale is set to (1,1,1)
Reproducible with: 2021.3.40f1, 2022.3.40f1, 6000.0.1f1, 6000.0.13f1
Not reproducible with: 6000.0.0f1
Reproducible on: Windows 11
Not reproducible on: No other environment tested
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
- Package Manager Select all keyboard shortcut selects all packages even if they’re not visible to the user when the Package Manager has no search results and the shortcut is pressed
- "NullReferenceException" error and memory leak warning is thrown when Entities Graphics package is installed
- Version Control: information does not align with window title
- Exceedingly long wait when importing large audio file
- TextMeshPro text input's caret is flickering when Line Mode is set to Multi Line and text is selected
Resolution Note:
This appears to already be fixed in 6.1. No further work required at this time.