how to do find the pos of a gameobject in unity code example
Example: get position of gameobject unity
GameObject.FindGameObjectWithTag("Your_Tag_Here").transform.position;
GameObject.FindGameObjectWithTag("Your_Tag_Here").transform.position;