is there any difference on the screen is rendered when camera movement is in fixed update.
It can be jittery.
When updating the camera every Update it happens between every render.
When updating in FixedUpdate it can sometimes not be updated between frames, and sometimes it can be updated twice.
If there is a lot of movement of the camera it’s not suggested.