unity2d get father gameobjec code example
Example 1: unity reference parent gameobject
transform.parent.gameObject //Use this to reference the parent of the gameobject
Example 2: how to get parent gameobject in unity
childObject.transform.parent.gameObject