As the title says and unless I am not reading the documentation correctly, GetComponentsInParent(Type type, bool includeInactive = false); is returning the components whether they are active or not.
It is returning the correct # of components but doesn’t seem to consider if they are active or not. Is this a known issue or what am i missing here?