Search Issue Tracker
Fixed in 2017.2.X
Votes
0
Found in
5.6.1f1
Issue ID
911871
Regression
Yes
Child script gets disabled if parent gameObject adds Rect Transform component through script
To reproduce:
1. Open attached Unity project "CoroutineTest.zip"
2. Open "Test" scene
3. Go into Play Mode
Expected result: "CoroutineTest" script should output a message to console every 0.2 seconds indefinitely.
Actual result: a message is comes up in the console once and then the script gets disabled.
Regression first introduced in: 5.6.0b8
Not reproduced: 5.5.3p3, 5.6.0a1, 5.6.0b1, 5.6.0b6, 5.6.0b7
Reproduced: 5.6.0b8, 5.6.0f1, 5.6.1p1, 2017.1.0b5
Note: Cannot test on 5.4 because of "GameObject has multiple Transform components! Merged into single one" error.
Note: The bug does not reproduce if Rect Transform component is added manually.
Note: Attached "Expected" and "Actual" gifs.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
Add comment