Search Issue Tracker
Fixed in 2019.2.X
Fixed in 2019.1.X
Votes
0
Found in
2018.3.0a6
2018.3.6f1
2019.1.0a1
2019.2.0a1
Issue ID
1132278
Regression
No
Nested prefab instance is not refreshed in the Hierarchy when a child prefab is modified by a ScriptedImporter
How to reproduce:
1. Open attached project "case_1132278-ScriptedImporterNestedPrefabProblem" and scene "SampleScene"
2. Select the "Content" prefab In the Project Window
3. Press "Open" in the "Content" prefab's Inspector (top right)
4. In the opened text file change the text "Before" to "After" and save it
5. Inspect the "Parent" GameObject's child "Content" in the Hierarchy Window
Expected result: the "Content" child GameObject in the Hierarchy has the field updated to "After" as does its prefab
Actual result: a manual reimport of the "Parent" prefab is required to see the changes of the "Content" child GameObject in the Hierarchy
Reproducible with: 2018.3.7f1, 2019.1.0b6, 2019.2.0a5
Not reproducible with: 2019.2.0a6, 2019.2.0a7
Could not test with: 2018.3.0a5 and older (no nested prefabs)
Note: if the updated prefab instance in the Hierarchy is not nested, as is the case with the "Content" GameObject which does not have a parent, it is updated without requiring a manual reimport of the prefab
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment