how to get gameobjects position in unity code example
Example: get position of gameobject unity
GameObject.FindGameObjectWithTag("Your_Tag_Here").transform.position;
GameObject.FindGameObjectWithTag("Your_Tag_Here").transform.position;