Search Issue Tracker
Duplicate
Votes
0
Found in
5.6.0f3
Issue ID
901114
Regression
Yes
AddComponent<Image>() on a new created child GameObject disables parent Canvas
To reproduce:
1. Download attached project "CanvasBug.zip" and open in Unity
2. Open "MainScene" scene
3. Press "Play" button
Expected result: Coroutine in "SceneController.cs" completes and "Camera" background color changes from red to green
Actual result: "Canvas" GameObject receives OnDisable and OnEnable inside AddComponent<Image>() call on a "Child" child GameObject, Coroutine stops and Camera background color remains red.
Reproduced on Unity 5.6.0p1,2017.1.0b1
Not Reproduced on Unity 5.5.3f1
Regression on Unity 5.6.0b8
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
- The cursor moves into wrong place when renaming folder/asset
- Assertion error "(dx - width < padding) || (dy - height < padding)" when using Pack Preview
- [Memory Profiler] The EntryType.NativeAllocationSites_MemoryLabelIndex of snapshots only reports -1 or 0 instead of the MemLabel used for allocations made from any call site.
- [Vulkan] Artifacts appear in the Player when using Screen Space shadows with orthographic camera
- Errors OnGUIDepth changed & GUIUtility:ProcessEvent when opening Textures with Third Party App
This is a duplicate of issue #882791