*Both virtual cameras have the same “LookAt” and “Follow” assigned, and all of them is the same transform.
Basically, I’m using the world space virtual camera and, if I move the right joystick, camera blends to the Simple Follow With World Up virtual camera. If I’m not moving the right joystick, camera blends to the previous one (world space) and the problem comes when the blending is more than 180º. It seems than the camera try to adjust its movement to complete the blend. In the next video you could see better this (from second 26 in the video you could see the problem).
Because the cameras haven’t the same behaviour, the first one is always behind the character and the second one, once you move the right joystick, rotates around the character using the specific camera settings so that’s the problem for us. Besides, in other parts of the game, the first camera has different settings and moving the right joystick we change to the second camera until user releases the joystick and we comeback to the first camera.
If you really need to use two vcams, then the way to make the pop go away would be to to recenter the second vcam when the user lets go of the joystick, so that it orbits around to the same position as the first vcam, at the same time as the blend is happening.
Sorry for the delay in my response and thank you for your suggestion. The recenter you proposed doesn’t work but it gave me the solution. Finally, I simulated the blinding between cameras by myself calculating the angle between the two cameras and moving the camera with a lerp.