Search Issue Tracker
Fixed in 2017.1.X
Votes
2
Found in
5.6.1f1
Issue ID
914272
Regression
Yes
WWW coroutine breaks when adding UI component as a child via script
To reproduce:
1. Open project attached by the user
2. Open "Main" scene if not opened
3. Hit play and in console notice that first xml file was loaded successfully, then UI element was added to the ExhibitManager game object (as a child)
4. Notice that second xml file is not loaded
Expected: After adding UI element, second xml file is loaded (script "ExhibitManager.cs").
Actual: Loading coroutine breaks after UI element is added.
Regression introduced in: 5.6.0b8
Reproduced with : 5.6.0f1, 5.6.1f1, 2017.1.0b6, 2017.2.0a1
Not reproduced with : 5.5.0f3, 5.6.0b7
Note: UI element is being added via script. Adding it as a parent does not break anything.
Fixed in: 2017.2.0a2
Backported to: 5.6.2p2, 2017.1.0f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Unused Particle System Renderer Mesh settings cause performance degradation when calling SetActive
- Project Browser shows the Asset folder empty when Select Dependencies is clicked without any asset selected
- Export as JSON and CSV options missing from the Quick Search save feature
- Crash on IMGUI::GUIWindow::OnGUI when rendering scene view window in play mode in a specific project
- "FileNotFoundException" & "IOException" thrown when adding "User" Index after deleting "Assets" Index in Search Index Manager window
Add comment