My unity camera is flickering at light speed between it’s origin position and tracked position, you can only tell in the editor and it messes up raycasts from the camera’s position. Any help would be appreciated!
A bit of guidance from the team:
It’s likely that you have two components which are modifying the position of the camera. Removing the component which is incorrectly setting the camera to the origin will hopefully fix the issue.