I am searching how to get the view vector in a shader (Surface shader or Vertex&Fragment shader).
There is the viewDir but this vector doesn’t varies according to the orientation or rotation of the camera.
There’s UNITY_MATRIX_IT_MV[2].xyz but this doesn’t change according to the translation of the camera.