I’m sure this is super simple, but I can’t seem to figure it out. How do I access the transform of a game object that is a child of another transform?
I’ve tried using
MyParentTransform.gameObject.GetComponentInChildren(Transform);
but that just returns MyParentTransform.
Any ideas?