I have been working on this issue for a while now and I can’t seem to solve it.
I have
-checked my hz on monitor
-Made the build exclusive fullscreen
- RigidBody is interpolated
- All physics movement is in FixedUpdate
-I have limited FPS to 50.
-I removed everything from the scene for except a few low poly objects, the draw call is under 100.
I don’t think this issue is related to physics, the ships appears to move smoothly and there is no jitter in the first depth camera as you can see the ship and UI do not jitter.
The second depth camera and the skybox camera appear to momentarily jitter. I think I have isolated this to a rendering problem and not a physics timing problem.
Also, you can see in the video that when it jitters there are sometimes blanks (black image renders) appearing in the render. I am recording the video at 60 FPS to catch all frames.
Does anyone have experience with a render jitter with a multiple depth camera and skybox setup?