Search Issue Tracker
Won't Fix
Votes
0
Found in
2021.3.45f1
2022.3.50f1
6000.0.23f1
6000.1.0a7
6000.2.0a1
Issue ID
UUM-84465
Regression
No
OnPostprocessPrefab modifies the source Prefab when fields are edited outside Prefab Mode
How to reproduce:
1. Open the attached “IN-86620” project
2. Select the “TestPrefab” in the Project window
3. Observe the values of the “Test Component” script In the Inspector (Field 1: “error”, Field 2: “10”)
4. Double-click “TestPrefab” to open Prefab Mode
5. Observe the values of the “Test Component” script (Field 1: “hello”, Field 2: “10”)
6. Exit Prefab Mode
7. Select the “TestPrefab” and change the value of “Field 2” (for example, to “1”)
8. Double-click “TestPrefab” to open Prefab Mode again
9. Observe the values of the “Test Component” script
Expected result: The value of “Field 1” is “hello”
Actual result: The value of “Field 1” is “error”
Reproducible in: 2021.3.45f1, 2022.3.50f1, 6000.0.23f1
Reproducible on: Windows 11, macOS 14.6.1 (Intel)
Not reproducible on: No other environments tested
Note: Selecting the three dots (⁝) menu and pressing “Reset” on the “Test Component” script changes the script to its initial state (before reproduction steps)
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
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
Resolution Note:
Please refer to the comments in the JIRA.
* https://jira.unity3d.com/browse/UUM-84465?focusedId=8854048&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-8854048
Also, please refer to the slack conversation for further details
* https://unity.slack.com/archives/C0105CH72UV/p1733919413343719