Search Issue Tracker
Fixed in 2017.3.0f3
Fixed in 2017.1.X, 2017.2.X
Votes
0
Found in
2017.1.0p1
Issue ID
935289
Regression
Yes
OnHierarchyChange() is called when there are no changes made to Hierarchy
1. Open the attached "OnHierarchyChange" project and "Repro" scene
2. Open Window --> "My Window"
3. Click on different Hierarchy GameObjects and do not make any change to them, observe the Console window
Expected result: OnHierarchyChange is not called when there are no changes made to Hierarchy
Actual result: OnHierarchyChange is called, when there are no changes made to Hierarchy
Regression introduced in - 2017.1.0b2
Reproducible with - 2017.3.0a2, 2017.2.0b5, 2017.1.0p2, 2017.1.0b2
Not reproducible with - 2017.1.0b1, 5.6.2p4
Fixed in 2017.3, backports to 2017.2 and 2017.1 were made
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 PrepareDrawShadowsCommandStep1 when entering the Play Mode in a specific project
- Physics Layer Collision Matrix's Layer names, checkboxes and hover highlights become misaligned when the Editor's UI Scaling gets changed
- Light/shadow information on an edge of a Terrain tile creates a seam with an adjacent Terrain tile when baking a LightMap
- "Missing types referenced from component UniversalRenderPipelineGlobalSettings on game object UniversalRenderPipelineGlobalSettings..." warning is thrown after switching the Platform to tvOS
- “Metal: Error creating pipeline state (Universal Render Pipeline/2D/Sprite-Lit-Default): Vertex attribute BLENDINDICES0(5) of type uint4 cannot be read using MTLAttributeFormatFloat2 (null)“ when setting GPU Skinning to GPU after opening the project
PedroGV
Aug 10, 2017 17:20
Good to know that this bug has been fixed!
Which version will introduce the fix? Thanks.