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