GetComponentsInParent still returning inactive components in parents

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?

Are you calling it in Awake? If so try from Start or somewhere else after Awake.

No matter where it is called from the result is the same. I haven’t found any instances of it not returning inactive components.

Probably best to submit a bug report.