Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2018.3.0a6
Issue ID
1064768
Regression
Yes
Changes to prefabs aren't applied to Instantiated instances of the prefab until the project is re-opened
When you make changes to a prefab, the changes will not be applied to any instance of that prefab instantiated at runtime until you close/reopen the project.
NOTE: I've only been able to reproduce this with prefabs created with the legacy prefab system and then upgraded. Prefabs created with the new system don't suffer from this problem.
1. Install Unity
2. Open the attached project (prefabupgraderepro.zip)
3. Open SampleScene.scene
4. Find "LegacyPrefab" in Project View and open it
5. Make some changes to the prefab
6. Save the prefab and return to Scene view
7. Enter Play Mode
8. Investigate the instance of LegacyPrefab that is instantiated
Result:
The prefab instance doesn't have the changes made to the root prefab applied to it.
Expected Result:
The changes made to the prefab should be applied to the instantiated prefab instance.
Found in 2018.3.0a6
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
- Previously deleted “DefaultLookDevProfile“ is present when upgrading the Editor version
- [Ubuntu] UI text and buttons are missing spaces in Unity Version Control > New Workspace window
- "Inherit attribute is not supported" warning is shown but attributes are available in VFX Graph Output and Update blocks
Add comment