Comment obtenir la position d'une caméra dans l'unité
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