Hi,
I’m trying to get the sibling transform of a transform when they are both at the root level and have no parent but I can’t seem to find a method to do this in the doc…
Since both transforms are at the topmost level of the hierarchy, their parent transform is null so I can’t call parent.GetChild(int idx) …
I’m probably missing something but I can’t seem to find how to do this.
It seems so simple too…
Any idea?