Search Issue Tracker
Fixed in 2017.1.0f3
Votes
2
Found in
5.6.0f3
Issue ID
897146
Regression
Yes
When Image component is added to a child through script, methods OnEnable() and OnDisable() are called
There is an attached project with a script, which creates 10 child objects and add Image component to them. Also there are OnEnable and OnDisable methods, which outputs an error message to the console. They both are called 10 times after pressing play. They are not called, except for initial OnEnable, if the line which adds Image component is commented.
Reproduction steps:
1. Open attached project
2. Press play
3. See the console output
Expected: 1 message in the console
Actual: 21 messages in the console
Not reproduced on: 5.6.0b7
Reproduced on: 5.6.0b8, 5.6.0f3, 2017.1.0a6
Regression introduced on: 5.6.0b8
Comments (1)
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
- "Draw Additional Lights Shadowmap" calls increase when custom MaterialBlockProperty is used
- Crash on _platform_memmove when importing the "Dragon Crashers - URP 2D Sample Project" to a new 2D project
- "Shader is not supported on this GPU" warnings and and shaders are not loading when building the project for non-Chromium browsers
- [iOS][URP] The screen flickers and the "Execution of the command buffer was aborted due to an error during execution" error is thrown continuously
- Shortcut Manager shows empty conflict filter when resolving runtime conflicts involving different contexts
TrialByFun
Apr 05, 2017 16:55
From what I can tell, it also calls OnEnable and OnDisable on all children AND their parent canvas, and the canvas's parent in turn. Will add a Example project when I get a moment.