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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
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