Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
5.6.0b3
Issue ID
869374
Regression
No
Saving a prefab with EditorUtility.SetDirty shows prefab's child object's individual components separately
To reproduce:
1.Download and open attached project
2.Open Scene "Scene"
3.Enter Play mode
4.Exit Play mode
5.Press CTRL+S
6.Click the arrow to view prefab's child objects in the project window
Expected result: Only 2(Cube and Sphere) Child objects are shown.
Actual result: All individual components of child object's are shown separately.
Fixed in: 2018.3.0a6
Reproduced with: 5.6.0b3, 5.5.0f3, 5.4.3f1, 5.3.7p2.
Note: Bug appears only when HideFlags.NotEditable property is set to Prefab gameObject. When Play mode is entered again, all separated child object's components disappear, but after saving appears again. Images of expected and actual results are attached.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Memory leak when a lot of UI elements are spawned and despawned
- Warnings are not logged in the Console window when using external code analyzers
- Errors “TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations, size 288“ appear constantly when Prefab is open
- Crash on PPtr<Shader>::operator or NullException errors spammed in console when calling Dispose() on null GraphicsBuffer with baked Reflection Probes
- “EndRenderPass: Not inside a Renderpass” and other Render Graph errors in the Player when Render Graph is enabled and Overlay UI is used
Add comment