Como obter a posição de uma câmera na unidade
Camera.main.transform.position;
FunnyName
Camera.main.transform.position;
// Gets the camera with the tag "MainCamera" attached to it.
Camera.main;
// Gets the currently active camera.
Camera.current;
Camera.main.transform.position //Returns Vector3