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
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
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
Peter77
Oct 21, 2017 15:45
Related forum thread:
https://forum.unity.com/threads/getcomponentsinchildren-false-returns-inactive-objects.501177/