reference parent of gameobject code example
Example 1: unity reference parent gameobject
transform.parent.gameObject //Use this to reference the parent of the gameobject
Example 2: how to reference the parent of a gameobject
transform.parent.gameObject