Search Issue Tracker
By Design
Votes
0
Found in
5.5.0f3
Issue ID
888920
Regression
No
GetComponentsInChildren always gets components from inactive objects
Steps to reproduce:
1. Open the attached project(GetComponentsInChildren.zip)
2. Open the Main scene
3. Play the scene
4. Observe the Console Window, GetComponentsInChildren has gotten component from inactive object
Expected result: GetComponentsInChildren should not return the inactive object if passing the inactiveObjects parameter is false
Actual result: GetComponentsInChildren has returned the inactive object even if passing the inactiveObjects parameter is false
Reproduced with: 5.3.8f1, 5.4.5p4, 5.5.4p1, 5.6.2p1, 2017.1.0f1, 2017.2.0b1
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Peter77
Oct 21, 2017 15:45
Related forum thread:
https://forum.unity.com/threads/getcomponentsinchildren-false-returns-inactive-objects.501177/