Search Issue Tracker
Fixed in 2018.1.X
Votes
0
Found in
5.6.0f3
Issue ID
913167
Regression
Yes
IEnumerator stops working when adding a Graphic component to a gameObject in a layout group
To reproduce:
1. Open attached Unity project "layoutbug.zip"
2. Open scene "Bug"
3. Go into Play Mode
Expected result: IEnumerator function should not stop working until the end of it.
Actual result: IEnumerator function stops working when it reaches the first yield statement after adding a graphic component to a gameObject in a layout group.
Reproduced in: 5.6.0b8, 5.6.0f1, 5.6.1p1, 2017.1.0b1, 2017.1.0b6
Not reproduced in: 5.5.3p3, 5.6.0b7
Note: adding a graphic component to a gameObject before parenting it to a layout group does not produce the bug (see gameObject "NoBug")
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
Add comment