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
- Crash on keywords::LocalKeywordState::operator when calling ShaderUtil.GetPasskeywords with ShaderType.RayTracing set as the third parameter
- Inconsistent “Remove property” behavior when removing child properties in Animator window
- Scene View Camera overlay preview goes out of Scene View bounds when the Scene View is resized vertically
- UI GameObjects are not positioned at 0,0,0 when creating them while Scene view is active
- Mesh Filter and Mesh Renderer property icons are difficult to see on blue highlight when selected in Animator 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